aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-10-05virtio: add vhost-user-fs-pci deviceDr. David Alan Gilbert
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-09-25vhost: Fix memory region section comparisonDr. David Alan Gilbert
2019-09-16virtio-mmio: implement modern (v2) personality (virtio-1)Sergio Lopez
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
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