]> git.ipfire.org Git - thirdparty/qemu.git/commit
vhost: Add Shadow VirtQueue call forwarding capabilities
authorEugenio Pérez <eperezma@redhat.com>
Mon, 14 Mar 2022 17:34:43 +0000 (18:34 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 15 Mar 2022 05:57:44 +0000 (13:57 +0800)
commita8ac88585da1a3ae9c48bfd9e04430e895dc912d
tree468766babbd959792a32169e2bd68fcaac022a65
parentdff4426fa6562b6837ddc662a61836ae11ac4fae
vhost: Add Shadow VirtQueue call forwarding capabilities

This will make qemu aware of the device used buffers, allowing it to
write the guest memory with its contents if needed.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/virtio/vhost-shadow-virtqueue.c
hw/virtio/vhost-shadow-virtqueue.h
hw/virtio/vhost-vdpa.c