aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2019-06-16vhost: fix vhost_log size overflow during migrationLi Hangjing1-0/+10
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster22-2/+24
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+1
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell1-0/+11
2019-05-29vhost: fix incorrect print typeJie Wang1-1/+1
2019-05-29vhost: remove the dead codeJie Wang1-1/+0
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau1-0/+11
2019-05-24hw/virtio: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+2
2019-05-22hw/virtio/virtio-mmio: Convert DPRINTF to trace and logBoxuan Li2-23/+28
2019-05-20pci: Simplify pci_bus_is_root()David Gibson1-0/+1
2019-05-20virtio: Use started flag in virtio_vmstate_change()Xie Yongji1-1/+1
2019-05-20virtio: Introduce started flag to VirtioDeviceXie Yongji1-2/+50
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé4-18/+47
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang1-0/+5
2019-05-13virtio-input-host-pci: cleanup typesGerd Hoffmann1-5/+2
2019-05-10Add vhost-user-input-pciMarc-André Lureau2-0/+51
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-5/+5
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji2-0/+203
2019-03-12vhost-user: split vhost_user_read()Marc-André Lureau1-8/+19
2019-03-12vhost-user: wrap some read/write with retry handlingMarc-André Lureau1-3/+12
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau2-6/+14
2019-03-12virtio-balloon: Restore MADV_WILLNEED hint on balloon deflateDavid Gibson1-0/+13
2019-03-12virtio-balloon: Fix possible guest memory corruption with inflates & deflatesDavid Gibson1-2/+46
2019-03-12virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)David Gibson1-2/+2
2019-03-12virtio-balloon: fix a use-after-free caseWei Wang1-6/+7
2019-03-11virtio: add class_size to VirtioPCIDeviceTypeInfoGerd Hoffmann2-0/+2
2019-03-07s390x: express dependencies with KconfigThomas Huth1-0/+4
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong2-0/+9
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+3
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+17
2019-03-06virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang1-0/+263
2019-03-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-23/+114
2019-02-22virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page sizeDavid Gibson1-10/+59
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella1-0/+15
2019-02-21virtio-balloon: Use ram_block_discard_range() instead of raw madvise()David Gibson1-1/+22
2019-02-21virtio-balloon: Rework ballon_page() interfaceDavid Gibson1-10/+8
2019-02-21virtio-balloon: Corrections to address verificationDavid Gibson1-7/+10
2019-02-21virtio-balloon: Remove unnecessary MADV_WILLNEED on deflateDavid Gibson1-3/+2
2019-02-21vhost-net: revamp configure logicPaolo Bonzini2-4/+4
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini4-7/+28
2019-02-05hw/virtio: Use CONFIG_VIRTIO_PCI switch instead of CONFIG_PCIThomas Huth1-1/+1
2019-02-05hw: virtio-pci: drop DO_UPCASTLi Qiang1-2/+2
2019-02-01virtio: add checks for the size of the indirect tableDima Stepanov1-2/+2
2019-01-21hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell1-1/+1
2019-01-17virtio: split virtio crypto bits from virtio-pci.hJuan Quintela2-14/+14
2019-01-17virtio: split virtio gpu bits from virtio-pci.hJuan Quintela1-14/+0
2019-01-17virtio: split virtio serial bits from virtio-pciJuan Quintela4-93/+116
2019-01-17virtio: split virtio net bits from virtio-pciJuan Quintela4-73/+99
2019-01-17virtio: split virtio blk bits from virtio-pciJuan Quintela4-75/+101
2019-01-17virtio: split virtio scsi bits from virtio-pciJuan Quintela4-85/+108