Re: [PATCH v4 08/15] vhost: expose vhost_virtqueue_start()

2022-09-12 Thread Jason Wang
On Mon, Sep 12, 2022 at 1:22 AM Kangjie Xu wrote: > > Expose vhost_virtqueue_start(), we need to use it when restarting a > virtqueue. > > Signed-off-by: Kangjie Xu > Signed-off-by: Xuan Zhuo Acked-by: Jason Wang > --- > hw/virtio/vhost.c | 8 > include/hw/virtio/vhost.h | 3

[PATCH v4 08/15] vhost: expose vhost_virtqueue_start()

2022-09-11 Thread Kangjie Xu
Expose vhost_virtqueue_start(), we need to use it when restarting a virtqueue. Signed-off-by: Kangjie Xu Signed-off-by: Xuan Zhuo --- hw/virtio/vhost.c | 8 include/hw/virtio/vhost.h | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hw/virtio/vhost.c b/hw/