]> xenbits.xensource.com Git - qemu-xen.git/commit
vhost: Move vhost_svq_kick call to vhost_svq_add
authorEugenio Pérez <eperezma@redhat.com>
Wed, 20 Jul 2022 06:59:31 +0000 (08:59 +0200)
committerJason Wang <jasowang@redhat.com>
Wed, 20 Jul 2022 08:58:08 +0000 (16:58 +0800)
commit98b5adef8493a2bfad6655cfee84299e88bedbf7
tree9220333183e957a1f13dea40169f54ea5a9ba157
parentd93a2405ca6efa9dc1c420cee5a34bd8242818d0
vhost: Move vhost_svq_kick call to vhost_svq_add

The series needs to expose vhost_svq_add with full functionality,
including kick

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