summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-165-0/+5
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-164-0/+4
* Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert2019-07-294-47/+18Star
* virtio-balloon: free pbp more aggressivelyMichael S. Tsirkin2019-07-251-21/+16Star
* virtio-balloon: don't track subpages for the PBPDavid Hildenbrand2019-07-251-5/+3Star
* virtio-balloon: Use temporary PBP onlyDavid Hildenbrand2019-07-251-12/+9Star
* virtio-balloon: Rework pbp tracking dataDavid Hildenbrand2019-07-251-23/+46
* virtio-balloon: Better names for offset variables in inflate/deflate codeDavid Hildenbrand2019-07-251-13/+13
* virtio-balloon: Simplify deflate with pbpDavid Hildenbrand2019-07-251-21/+5Star
* virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZEDavid Hildenbrand2019-07-251-6/+4Star
* virtio-balloon: Fix wrong sign extension of PFNsDavid Hildenbrand2019-07-251-1/+1
* virtio pmem: remove transitional namesPankaj Gupta2019-07-121-2/+0Star
* virtio pmem: remove memdev null checkPankaj Gupta2019-07-121-2/+2
* virtio pmem: fix wrong mem region conditionPankaj Gupta2019-07-121-1/+1
* virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi2019-07-121-3/+25
* virtio-scsi: restart DMA after iothreadStefan Hajnoczi2019-07-081-2/+2
* virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji2019-07-041-1/+4
* virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji2019-07-041-3/+3
* virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji2019-07-041-8/+20
* virtio: Set "start_on_kick" for legacy devicesXie Yongji2019-07-041-4/+2Star
* virtio: add "use-started" propertyXie Yongji2019-07-041-11/+7Star
* virtio-pci: fix missing device propertiesMarc-André Lureau2019-07-041-14/+14
* virtio-pci: Proxy for virtio-pmemPankaj Gupta2019-07-043-0/+166
* virtio-pci: Allow to specify additional interfaces for the base typeDavid Hildenbrand2019-07-022-0/+2
* virtio-pmem: add virtio devicePankaj Gupta2019-07-023-0/+200
* vhost: fix vhost_log size overflow during migrationLi Hangjing2019-06-161-0/+10
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1222-2/+24
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-06-061-2/+1Star
|\
| * vhost: fix incorrect print typeJie Wang2019-05-301-1/+1
| * vhost: remove the dead codeJie Wang2019-05-301-1/+0Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell2019-05-301-0/+11
|\ \ | |/ |/|
| * vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau2019-05-291-0/+11
* | hw/virtio: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-241-3/+2Star
|/
* hw/virtio/virtio-mmio: Convert DPRINTF to trace and logBoxuan Li2019-05-222-23/+28
* pci: Simplify pci_bus_is_root()David Gibson2019-05-211-0/+1
* virtio: Use started flag in virtio_vmstate_change()Xie Yongji2019-05-211-1/+1
* virtio: Introduce started flag to VirtioDeviceXie Yongji2019-05-211-2/+50
* hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé2019-05-214-18/+47
* vhost_net: don't set backend for the uninitialized virtqueueJason Wang2019-05-171-0/+5
* virtio-input-host-pci: cleanup typesGerd Hoffmann2019-05-131-5/+2Star
* Add vhost-user-input-pciMarc-André Lureau2019-05-102-0/+51
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-5/+5
* vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji2019-03-132-0/+203
* vhost-user: split vhost_user_read()Marc-André Lureau2019-03-131-8/+19
* vhost-user: wrap some read/write with retry handlingMarc-André Lureau2019-03-131-3/+12
* vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau2019-03-132-6/+14
* virtio-balloon: Restore MADV_WILLNEED hint on balloon deflateDavid Gibson2019-03-131-0/+13
* virtio-balloon: Fix possible guest memory corruption with inflates & deflatesDavid Gibson2019-03-131-2/+46