summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKangjie Xu2022-10-17 11:25:51 +0200
committerMichael S. Tsirkin2022-11-07 19:12:20 +0100
commite1f101d9f60c81b5186098b6dfd196b2730f2070 (patch)
tree91c12d9cf3fdc0ee220017220dc8e0328a4f9893 /include
parentvhost: expose vhost_virtqueue_start() (diff)
downloadqemu-e1f101d9f60c81b5186098b6dfd196b2730f2070.tar.gz
qemu-e1f101d9f60c81b5186098b6dfd196b2730f2070.tar.xz
qemu-e1f101d9f60c81b5186098b6dfd196b2730f2070.zip
vhost: expose vhost_virtqueue_stop()
Expose vhost_virtqueue_stop(), we need to use it when resetting a virtqueue. Signed-off-by: Kangjie Xu <kangjie.xu@linux.alibaba.com> Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20221017092558.111082-9-xuanzhuo@linux.alibaba.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/virtio/vhost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h
index 0054a695dc..353252ac3e 100644
--- a/include/hw/virtio/vhost.h
+++ b/include/hw/virtio/vhost.h
@@ -299,6 +299,8 @@ int vhost_device_iotlb_miss(struct vhost_dev *dev, uint64_t iova, int write);
int vhost_virtqueue_start(struct vhost_dev *dev, struct VirtIODevice *vdev,
struct vhost_virtqueue *vq, unsigned idx);
+void vhost_virtqueue_stop(struct vhost_dev *dev, struct VirtIODevice *vdev,
+ struct vhost_virtqueue *vq, unsigned idx);
void vhost_dev_reset_inflight(struct vhost_inflight *inflight);
void vhost_dev_free_inflight(struct vhost_inflight *inflight);