summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-shadow-virtqueue.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: Fix element in vhost_svq_add failureEugenio Pérez2022-05-131-0/+8
* vhost: Fix device's used descriptor dequeueEugenio Pérez2022-05-131-2/+15
* vhost: Track descriptor chain in private at SVQEugenio Pérez2022-05-131-5/+7
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-4/+4
* vdpa: Add custom IOTLB translations to SVQEugenio Pérez2022-03-151-9/+77
* vhost: Shadow virtqueue buffers forwardingEugenio Pérez2022-03-151-6/+346
* virtio: Add vhost_svq_get_vring_addrEugenio Pérez2022-03-151-0/+29
* vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez2022-03-151-0/+44
* vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez2022-03-151-0/+38
* vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez2022-03-151-0/+55
* vhost: Add VhostShadowVirtqueueEugenio Pérez2022-03-151-0/+62