Re: [RFC PATCH 25/27] vhost: Do not commit vhost used idx on vhost_virtqueue_stop

2020-11-20 Thread Eugenio Perez Martin
On Fri, Nov 20, 2020 at 8:12 PM Eugenio Pérez wrote: > > ... if sw lm is enabled > > Signed-off-by: Eugenio Pérez > --- > hw/virtio/vhost.c | 15 ++- > 1 file changed, 10 insertions(+), 5 deletions(-) > > diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c > index cb44b9997f..cf000b97

[RFC PATCH 25/27] vhost: Do not commit vhost used idx on vhost_virtqueue_stop

2020-11-20 Thread Eugenio Pérez
... if sw lm is enabled Signed-off-by: Eugenio Pérez --- hw/virtio/vhost.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index cb44b9997f..cf000b979f 100644 --- a/hw/virtio/vhost.c +++ b/hw/virtio/vhost.c @@ -1424,17 +1