aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu
2020-07-03virtio-iommu-pci: Add array of Interval propertiesEric Auger
2020-07-03virtio-iommu: Handle reserved regions in the translation processEric Auger
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger
2020-07-03vhost: implement vhost_force_iommu methodCindy Lu
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu
2020-07-03vhost: implement vhost_dev_start methodCindy Lu
2020-07-03vhost: check the existence of vhost_set_iotlb_callbackJason Wang
2020-07-03virtio-pci: implement queue_enabled methodJason Wang
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand
2020-07-03virtio-mem: Add trace eventsDavid Hildenbrand
2020-07-03virtio-mem: Migration sanity checksDavid Hildenbrand
2020-07-03virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand
2020-07-02virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster
2020-07-02hw/virtio/virtio-iommu-pci.c: Fix typo in error messagePeter Maydell
2020-06-24Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-06-12virtio-pci: fix queue_enable writeJason Wang
2020-06-12Fix parameter type in vhost migration log pathRaphael Norwitz
2020-06-12virtio: add vhost-user-vsock-pci deviceStefano Garzarella
2020-06-12virtio: add vhost-user-vsock base deviceStefano Garzarella
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella
2020-06-12Lift max memory slots limit imposed by vhost-userRaphael Norwitz
2020-06-12Transmit vhost-user memory regions individuallyRaphael Norwitz
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz
2020-06-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-06-09Add vhost-user helper to get MemoryRegion dataRaphael Norwitz
2020-06-09Add helper to populate vhost-user message regionsRaphael Norwitz
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck
2020-06-09virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand
2020-06-09virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand
2020-06-09virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand
2020-06-09Fix parameter type in vhost migration log pathRaphael Norwitz
2020-06-08hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée
2020-05-15qdev: Unrealize must not failMarkus Armbruster