aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert2-0/+300
2019-09-25vhost: Fix memory region section comparisonDr. David Alan Gilbert1-2/+7
2019-09-16virtio-mmio: implement modern (v2) personality (virtio-1)Sergio Lopez1-23/+319
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-11/+22
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova2-0/+14
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier1-2/+1
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster1-11/+9
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen1-6/+4
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-2/+4
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen1-2/+5
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2-2/+3
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2-0/+2
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster21-3/+20
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster5-0/+5
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster4-0/+4
2019-07-29Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert4-47/+18
2019-07-25virtio-balloon: free pbp more aggressivelyMichael S. Tsirkin1-21/+16
2019-07-25virtio-balloon: don't track subpages for the PBPDavid Hildenbrand1-5/+3
2019-07-25virtio-balloon: Use temporary PBP onlyDavid Hildenbrand1-12/+9
2019-07-25virtio-balloon: Rework pbp tracking dataDavid Hildenbrand1-23/+46
2019-07-25virtio-balloon: Better names for offset variables in inflate/deflate codeDavid Hildenbrand1-13/+13
2019-07-25virtio-balloon: Simplify deflate with pbpDavid Hildenbrand1-21/+5
2019-07-25virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZEDavid Hildenbrand1-6/+4
2019-07-25virtio-balloon: Fix wrong sign extension of PFNsDavid Hildenbrand1-1/+1
2019-07-12virtio pmem: remove transitional namesPankaj Gupta1-2/+0
2019-07-12virtio pmem: remove memdev null checkPankaj Gupta1-2/+2
2019-07-12virtio pmem: fix wrong mem region conditionPankaj Gupta1-1/+1
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi1-3/+25
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi1-2/+2
2019-07-04virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji1-1/+4
2019-07-04virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji1-3/+3
2019-07-04virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji1-8/+20
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji1-4/+2
2019-07-04virtio: add "use-started" propertyXie Yongji1-11/+7
2019-07-04virtio-pci: fix missing device propertiesMarc-André Lureau1-14/+14
2019-07-04virtio-pci: Proxy for virtio-pmemPankaj Gupta3-0/+166
2019-07-02virtio-pci: Allow to specify additional interfaces for the base typeDavid Hildenbrand2-0/+2
2019-07-02virtio-pmem: add virtio devicePankaj Gupta3-0/+200
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