aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell22-23/+23
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau22-23/+23
2020-01-23vhost-user: Print unexpected slave message typesDr. David Alan Gilbert1-1/+1
2020-01-23vhost: coding style fixMichael S. Tsirkin1-3/+3
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert1-16/+18
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert1-3/+4
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan1-2/+10
2020-01-06virtio: reset region cache when on queue deletionYuri Benditovich1-0/+1
2020-01-06virtio-mmio: update queue size on guest writeDenis Plotnikov1-1/+2
2020-01-05vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz1-1/+7
2020-01-05virtio-mmio: Clear v2 transport state on soft resetJean-Philippe Brucker1-0/+14
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi1-6/+6
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2-11/+36
2020-01-05virtio: update queue size on guest writeMichael S. Tsirkin1-0/+2
2020-01-05virtio-balloon: fix memory leak while attach virtio-balloon devicePan Nengyuan1-0/+7
2020-01-05virtio: make virtio_delete_queue idempotentMichael S. Tsirkin1-0/+1
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin1-5/+10
2019-12-17configure: simplify vhost condition with KconfigMarc-André Lureau2-2/+5
2019-12-13virtio-fs: fix MSI-X nvectors calculationStefan Hajnoczi1-1/+2
2019-12-13vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau1-1/+0
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi2-1/+12