RE: [RFC 23/27] vhost: add support for virtqueue state get event

2023-05-08 Thread Xia, Chenbo
.@redhat.com; > amore...@redhat.com > Cc: Maxime Coquelin > Subject: [RFC 23/27] vhost: add support for virtqueue state get event > > This patch adds support for VDUSE_GET_VQ_STATE event > handling, which consists in providing the backend last > available index for the speci

[RFC 23/27] vhost: add support for virtqueue state get event

2023-03-31 Thread Maxime Coquelin
This patch adds support for VDUSE_GET_VQ_STATE event handling, which consists in providing the backend last available index for the specified virtqueue. Signed-off-by: Maxime Coquelin --- lib/vhost/vduse.c | 8 1 file changed, 8 insertions(+) diff --git a/lib/vhost/vduse.c b/lib/vhost/