summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-0712-21/+1655
|\
| * vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-073-0/+482
| * vhost: implement vhost_force_iommu methodCindy Lu2020-07-031-0/+5
| * vhost: implement vhost_vq_get_addr methodCindy Lu2020-07-031-9/+19
| * vhost: implement vhost_dev_start methodCindy Lu2020-07-031-1/+9
| * vhost: check the existence of vhost_set_iotlb_callbackJason Wang2020-07-031-3/+6
| * virtio-pci: implement queue_enabled methodJason Wang2020-07-031-0/+13
| * virtio-bus: introduce queue_enabled methodJason Wang2020-07-031-0/+6
| * virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand2020-07-031-1/+53
| * virtio-mem: Add trace eventsDavid Hildenbrand2020-07-032-1/+19
| * virtio-mem: Migration sanity checksDavid Hildenbrand2020-07-031-0/+70
| * virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand2020-07-032-0/+29
| * virtio-mem: Allow notifiers for size changesDavid Hildenbrand2020-07-031-1/+20
| * virtio-pci: Proxy for virtio-memDavid Hildenbrand2020-07-033-0/+163
| * virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand2020-07-033-0/+736
| * virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-021-2/+8
| * virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand2020-07-021-6/+20
* | virtio-iommu-pci: Add array of Interval propertiesEric Auger2020-07-031-0/+11
* | virtio-iommu: Handle reserved regions in the translation processEric Auger2020-07-031-0/+20
* | virtio-iommu: Implement RESV_MEM probe requestEric Auger2020-07-032-4/+91
* | hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-1/+1
* | hw/virtio/virtio-iommu-pci.c: Fix typo in error messagePeter Maydell2020-07-021-1/+1
|/
* Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz2020-06-241-6/+6
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-2/+3
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-1517-34/+17Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-06-128-363/+1234
|\
| * virtio-pci: fix queue_enable writeJason Wang2020-06-121-4/+8
| * Fix parameter type in vhost migration log pathRaphael Norwitz2020-06-121-2/+2
| * virtio: add vhost-user-vsock-pci deviceStefano Garzarella2020-06-122-0/+85
| * virtio: add vhost-user-vsock base deviceStefano Garzarella2020-06-122-0/+182
| * vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella2020-06-123-242/+301
| * Lift max memory slots limit imposed by vhost-userRaphael Norwitz2020-06-121-19/+37
| * Transmit vhost-user memory regions individuallyRaphael Norwitz2020-06-121-72/+438
| * Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz2020-06-121-2/+47
| * Add vhost-user helper to get MemoryRegion dataRaphael Norwitz2020-06-091-10/+15
| * Add helper to populate vhost-user message regionsRaphael Norwitz2020-06-091-6/+12
| * virtio-balloon: Provide an interface for free page reportingAlexander Duyck2020-06-091-0/+72
| * virtio-balloon: Implement support for page poison reporting featureAlexander Duyck2020-06-091-0/+29
| * virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand2020-06-091-0/+1
| * virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand2020-06-091-1/+1
| * virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand2020-06-091-17/+16Star
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-06-111-2/+2
|\ \
| * | Fix parameter type in vhost migration log pathRaphael Norwitz2020-06-091-2/+2
| |/
* / hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée2020-06-082-17/+43
|/
* qdev: Unrealize must not failMarkus Armbruster2020-05-158-15/+10Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-159-12/+11Star
* Refactor vhost_user_set_mem_table functionsRaphael Norwitz2020-05-041-76/+67Star
* vhost-user-blk: fix invalid memory accessLi Feng2020-05-041-1/+1
* virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois2020-05-041-0/+1
* virtio-iommu: depend on PCIPaolo Bonzini2020-04-011-1/+1