aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-09virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand1-17/+16
2020-06-09Fix parameter type in vhost migration log pathRaphael Norwitz1-2/+2
2020-06-08hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée2-17/+43
2020-05-15qdev: Unrealize must not failMarkus Armbruster8-15/+10
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster9-12/+11
2020-05-04Refactor vhost_user_set_mem_table functionsRaphael Norwitz1-76/+67
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng1-1/+1
2020-05-04virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois1-0/+1
2020-04-01virtio-iommu: depend on PCIPaolo Bonzini1-1/+1
2020-03-31vhost-vsock: fix double close() in the realize() error pathStefano Garzarella1-1/+5
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan1-0/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-2/+2
2020-03-08vhost-vsock: fix error message outputNick Erdmann1-1/+1
2020-03-08vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang1-1/+11
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-15/+1135
2020-02-27Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz1-1/+1
2020-02-27vhost-user: only set slave channel for first vqAdrian Moreno1-3/+5
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger2-0/+105
2020-02-27virtio-iommu: Support migrationEric Auger1-10/+99
2020-02-27virtio-iommu: Implement fault reportingEric Auger2-5/+66
2020-02-27virtio-iommu: Implement translateEric Auger2-1/+60
2020-02-27virtio-iommu: Implement map/unmapEric Auger2-2/+62
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger2-2/+315
2020-02-27virtio-iommu: Decode the command payloadEric Auger2-12/+68
2020-02-27virtio-iommu: Add skeletonEric Auger4-0/+278
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi1-8/+91
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan1-1/+2
2020-02-25virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan1-0/+1
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan1-6/+9
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan1-0/+9
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-4/+4
2020-02-20hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-3/+4