Re: [RFC PATCH v4 05/20] vhost: Add x-vhost-enable-shadow-vq qmp

2021-10-14 Thread Eugenio Perez Martin
On Tue, Oct 12, 2021 at 3:46 PM Markus Armbruster wrote: > > Eugenio Perez Martin writes: > > > On Tue, Oct 12, 2021 at 7:18 AM Markus Armbruster wrote: > >> > >> Eugenio Pérez writes: > >> > >> > Command to enable shadow virtqueue. > >> > > >> > Signed-off-by: Eugenio Pérez > >> > --- > >> >

Re: [RFC PATCH v4 05/20] vhost: Add x-vhost-enable-shadow-vq qmp

2021-10-12 Thread Markus Armbruster
Eugenio Perez Martin writes: > On Tue, Oct 12, 2021 at 7:18 AM Markus Armbruster wrote: >> >> Eugenio Pérez writes: >> >> > Command to enable shadow virtqueue. >> > >> > Signed-off-by: Eugenio Pérez >> > --- >> > qapi/net.json | 23 +++ >> >

Re: [RFC PATCH v4 05/20] vhost: Add x-vhost-enable-shadow-vq qmp

2021-10-12 Thread Eugenio Perez Martin
On Tue, Oct 12, 2021 at 7:18 AM Markus Armbruster wrote: > > Eugenio Pérez writes: > > > Command to enable shadow virtqueue. > > > > Signed-off-by: Eugenio Pérez > > --- > > qapi/net.json | 23 +++ > > hw/virtio/vhost-vdpa.c | 8 > > 2 files changed, 31

Re: [RFC PATCH v4 05/20] vhost: Add x-vhost-enable-shadow-vq qmp

2021-10-11 Thread Markus Armbruster
Eugenio Pérez writes: > Command to enable shadow virtqueue. > > Signed-off-by: Eugenio Pérez > --- > qapi/net.json | 23 +++ > hw/virtio/vhost-vdpa.c | 8 > 2 files changed, 31 insertions(+) > > diff --git a/qapi/net.json b/qapi/net.json > index

[RFC PATCH v4 05/20] vhost: Add x-vhost-enable-shadow-vq qmp

2021-10-01 Thread Eugenio Pérez
Command to enable shadow virtqueue. Signed-off-by: Eugenio Pérez --- qapi/net.json | 23 +++ hw/virtio/vhost-vdpa.c | 8 2 files changed, 31 insertions(+) diff --git a/qapi/net.json b/qapi/net.json index 7fab2e7cd8..a2c30fd455 100644 --- a/qapi/net.json