summary refs log tree commit diff stats
path: root/hw/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand2020-06-091-1/+1
| * virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand2020-06-091-17/+16
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-06-111-2/+2
|\ \
| * | Fix parameter type in vhost migration log pathRaphael Norwitz2020-06-091-2/+2
| |/
* / hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée2020-06-082-17/+43
|/
* qdev: Unrealize must not failMarkus Armbruster2020-05-158-15/+10
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-159-12/+11
* Refactor vhost_user_set_mem_table functionsRaphael Norwitz2020-05-041-76/+67
* vhost-user-blk: fix invalid memory accessLi Feng2020-05-041-1/+1
* virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois2020-05-041-0/+1
* virtio-iommu: depend on PCIPaolo Bonzini2020-04-011-1/+1
* vhost-vsock: fix double close() in the realize() error pathStefano Garzarella2020-03-311-1/+5
* virtio-iommu: avoid memleak in the unrealizePan Nengyuan2020-03-291-0/+3
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-2/+2
* vhost-vsock: fix error message outputNick Erdmann2020-03-081-1/+1
* vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang2020-03-081-1/+11
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-2710-15/+1135
|\
| * Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz2020-02-271-1/+1
| * vhost-user: only set slave channel for first vqAdrian Moreno2020-02-271-3/+5
| * virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-272-0/+105
| * virtio-iommu: Support migrationEric Auger2020-02-271-10/+99
| * virtio-iommu: Implement fault reportingEric Auger2020-02-272-5/+66
| * virtio-iommu: Implement translateEric Auger2020-02-272-1/+60
| * virtio-iommu: Implement map/unmapEric Auger2020-02-272-2/+62
| * virtio-iommu: Implement attach/detach commandEric Auger2020-02-272-2/+315
| * virtio-iommu: Decode the command payloadEric Auger2020-02-272-12/+68
| * virtio-iommu: Add skeletonEric Auger2020-02-274-0/+278
| * virtio: gracefully handle invalid region cachesStefan Hajnoczi2020-02-271-8/+91
| * virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan2020-02-251-1/+2
| * virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan2020-02-251-0/+1
| * vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan2020-02-251-6/+9
| * vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan2020-02-251-0/+9
* | hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-4/+4
* | hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+4
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-2722-23/+23
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2422-23/+23
* | vhost-user: Print unexpected slave message typesDr. David Alan Gilbert2020-01-231-1/+1
* | vhost: coding style fixMichael S. Tsirkin2020-01-231-3/+3
* | vhost: Only align sections for vhost-userDr. David Alan Gilbert2020-01-221-16/+18
* | vhost: Add names to section rounded warningDr. David Alan Gilbert2020-01-221-3/+4
* | vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan2020-01-221-2/+10
|/
* virtio: reset region cache when on queue deletionYuri Benditovich2020-01-061-0/+1
* virtio-mmio: update queue size on guest writeDenis Plotnikov2020-01-061-1/+2
* vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz2020-01-051-1/+7
* virtio-mmio: Clear v2 transport state on soft resetJean-Philippe Brucker2020-01-051-0/+14
* virtio: don't enable notifications during pollingStefan Hajnoczi2020-01-051-6/+6
* virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2020-01-052-11/+36
* virtio: update queue size on guest writeMichael S. Tsirkin2020-01-051-0/+2
* virtio-balloon: fix memory leak while attach virtio-balloon devicePan Nengyuan2020-01-051-0/+7
* virtio: make virtio_delete_queue idempotentMichael S. Tsirkin2020-01-051-0/+1