aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-07-29Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert
2019-07-25virtio-balloon: free pbp more aggressivelyMichael S. Tsirkin
2019-07-25virtio-balloon: don't track subpages for the PBPDavid Hildenbrand
2019-07-25virtio-balloon: Use temporary PBP onlyDavid Hildenbrand
2019-07-25virtio-balloon: Rework pbp tracking dataDavid Hildenbrand
2019-07-25virtio-balloon: Better names for offset variables in inflate/deflate codeDavid Hildenbrand
2019-07-25virtio-balloon: Simplify deflate with pbpDavid Hildenbrand
2019-07-25virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZEDavid Hildenbrand
2019-07-25virtio-balloon: Fix wrong sign extension of PFNsDavid Hildenbrand
2019-07-12virtio pmem: remove transitional namesPankaj Gupta
2019-07-12virtio pmem: remove memdev null checkPankaj Gupta
2019-07-12virtio pmem: fix wrong mem region conditionPankaj Gupta
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi
2019-07-04virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji
2019-07-04virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji
2019-07-04virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji
2019-07-04virtio: add "use-started" propertyXie Yongji
2019-07-04virtio-pci: fix missing device propertiesMarc-André Lureau
2019-07-04virtio-pci: Proxy for virtio-pmemPankaj Gupta
2019-07-02virtio-pci: Allow to specify additional interfaces for the base typeDavid Hildenbrand
2019-07-02virtio-pmem: add virtio devicePankaj Gupta
2019-06-16vhost: fix vhost_log size overflow during migrationLi Hangjing
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell
2019-05-29vhost: fix incorrect print typeJie Wang
2019-05-29vhost: remove the dead codeJie Wang
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau
2019-05-24hw/virtio: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-05-22hw/virtio/virtio-mmio: Convert DPRINTF to trace and logBoxuan Li
2019-05-20pci: Simplify pci_bus_is_root()David Gibson
2019-05-20virtio: Use started flag in virtio_vmstate_change()Xie Yongji
2019-05-20virtio: Introduce started flag to VirtioDeviceXie Yongji
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang
2019-05-13virtio-input-host-pci: cleanup typesGerd Hoffmann
2019-05-10Add vhost-user-input-pciMarc-André Lureau
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji
2019-03-12vhost-user: split vhost_user_read()Marc-André Lureau
2019-03-12vhost-user: wrap some read/write with retry handlingMarc-André Lureau
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau