aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger1-0/+1
2020-07-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster3-9/+3
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-3/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster6-12/+10
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-10/+5
2020-07-10virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()Markus Armbruster1-1/+3
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-07-08vhost-vdpa: fix the compile issue without kvmCindy Lu1-2/+1
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-21/+1655
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu3-0/+482
2020-07-03virtio-iommu-pci: Add array of Interval propertiesEric Auger1-0/+11
2020-07-03virtio-iommu: Handle reserved regions in the translation processEric Auger1-0/+20
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger2-4/+91
2020-07-03vhost: implement vhost_force_iommu methodCindy Lu1-0/+5
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu1-9/+19
2020-07-03vhost: implement vhost_dev_start methodCindy Lu1-1/+9
2020-07-03vhost: check the existence of vhost_set_iotlb_callbackJason Wang1-3/+6
2020-07-03virtio-pci: implement queue_enabled methodJason Wang1-0/+13
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang1-0/+6
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand1-1/+53
2020-07-03virtio-mem: Add trace eventsDavid Hildenbrand2-1/+19
2020-07-03virtio-mem: Migration sanity checksDavid Hildenbrand1-0/+70
2020-07-03virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand2-0/+29
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand1-1/+20
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand3-0/+163
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand3-0/+736
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand1-2/+8
2020-07-02virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand1-6/+20
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster1-1/+1
2020-07-02hw/virtio/virtio-iommu-pci.c: Fix typo in error messagePeter Maydell1-1/+1
2020-06-24Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz1-6/+6
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+3
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster17-34/+17
2020-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-363/+1234
2020-06-12virtio-pci: fix queue_enable writeJason Wang1-4/+8
2020-06-12Fix parameter type in vhost migration log pathRaphael Norwitz1-2/+2
2020-06-12virtio: add vhost-user-vsock-pci deviceStefano Garzarella2-0/+85
2020-06-12virtio: add vhost-user-vsock base deviceStefano Garzarella2-0/+182
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella3-242/+301
2020-06-12Lift max memory slots limit imposed by vhost-userRaphael Norwitz1-19/+37
2020-06-12Transmit vhost-user memory regions individuallyRaphael Norwitz1-72/+438
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz1-2/+47
2020-06-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-2/+2
2020-06-09Add vhost-user helper to get MemoryRegion dataRaphael Norwitz1-10/+15
2020-06-09Add helper to populate vhost-user message regionsRaphael Norwitz1-6/+12
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck1-0/+72
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck1-0/+29
2020-06-09virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand1-0/+1
2020-06-09virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand1-1/+1