Re: [RFC PATCH v5 05/23] vhost: Fix bad return of descriptors to SVQ

2022-04-13 Thread Jason Wang
在 2022/4/8 21:33, Eugenio Pérez 写道: Only the first one of them were properly enqueued back. Fixes: 100890f7ca ("vhost: Shadow virtqueue buffers forwarding") Signed-off-by: Eugenio Pérez --- Acked-by: Jason Wang hw/virtio/vhost-shadow-virtqueue.c | 17 +++-- 1 file change

[RFC PATCH v5 05/23] vhost: Fix bad return of descriptors to SVQ

2022-04-08 Thread Eugenio Pérez
Only the first one of them were properly enqueued back. Fixes: 100890f7ca ("vhost: Shadow virtqueue buffers forwarding") Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/hw/virtio/vhost-shad