summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtio: add ability to delete vq through a pointerMichael S. Tsirkin2020-01-051-5/+10
* configure: simplify vhost condition with KconfigMarc-André Lureau2019-12-172-2/+5
* virtio-fs: fix MSI-X nvectors calculationStefan Hajnoczi2019-12-131-1/+2
* vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau2019-12-131-1/+0Star
* virtio: notify virtqueue via host notifier when availableStefan Hajnoczi2019-11-062-1/+12
* virtio: Use auto rcu_read macrosDr. David Alan Gilbert2019-10-291-42/+23Star
* virtio/vhost: Use auto_rcu_read macrosDr. David Alan Gilbert2019-10-291-3/+1Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-10-291-0/+7
|\
| * virtio: new post_load hookMichael S. Tsirkin2019-10-291-0/+7
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-282-92/+977
|\ \
| * | virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi2019-10-251-8/+0Star
| * | virtio: event suppression support for packed ringJason Wang2019-10-251-9/+133
| * | virtio: basic packed virtqueue supportJason Wang2019-10-251-69/+818
| * | virtio: Free rnd virqueue at unrealize()Eugenio Pérez2019-10-251-0/+1