summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
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
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-04Refactor vhost_user_set_mem_table functionsRaphael Norwitz
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng
2020-05-04virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois
2020-04-01virtio-iommu: depend on PCIPaolo Bonzini
2020-03-31vhost-vsock: fix double close() in the realize() error pathStefano Garzarella
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-03-08vhost-vsock: fix error message outputNick Erdmann
2020-03-08vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-02-27Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz
2020-02-27vhost-user: only set slave channel for first vqAdrian Moreno
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger
2020-02-27virtio-iommu: Support migrationEric Auger
2020-02-27virtio-iommu: Implement fault reportingEric Auger
2020-02-27virtio-iommu: Implement translateEric Auger
2020-02-27virtio-iommu: Implement map/unmapEric Auger
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger
2020-02-27virtio-iommu: Decode the command payloadEric Auger
2020-02-27virtio-iommu: Add skeletonEric Auger
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan
2020-02-25virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé