Re: [RFC PATCH 10/27] vhost: Allocate shadow vring

2020-12-09 Thread Eugenio Perez Martin
On Tue, Dec 8, 2020 at 9:18 AM Stefan Hajnoczi wrote: > > On Fri, Nov 20, 2020 at 07:50:48PM +0100, Eugenio Pérez wrote: > > Signed-off-by: Eugenio Pérez > > --- > > hw/virtio/vhost-sw-lm-ring.c | 7 ++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > diff --git

Re: [RFC PATCH 10/27] vhost: Allocate shadow vring

2020-12-08 Thread Stefan Hajnoczi
On Fri, Nov 20, 2020 at 07:50:48PM +0100, Eugenio Pérez wrote: > Signed-off-by: Eugenio Pérez > --- > hw/virtio/vhost-sw-lm-ring.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/hw/virtio/vhost-sw-lm-ring.c b/hw/virtio/vhost-sw-lm-ring.c > index

Re: [RFC PATCH 10/27] vhost: Allocate shadow vring

2020-12-07 Thread Stefan Hajnoczi
On Fri, Nov 20, 2020 at 07:50:48PM +0100, Eugenio Pérez wrote: > Signed-off-by: Eugenio Pérez > --- > hw/virtio/vhost-sw-lm-ring.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/hw/virtio/vhost-sw-lm-ring.c b/hw/virtio/vhost-sw-lm-ring.c > index

[RFC PATCH 10/27] vhost: Allocate shadow vring

2020-11-20 Thread Eugenio Pérez
Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-sw-lm-ring.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/virtio/vhost-sw-lm-ring.c b/hw/virtio/vhost-sw-lm-ring.c index cbf53965cd..cd7b5ba772 100644 --- a/hw/virtio/vhost-sw-lm-ring.c +++