Re: [PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr

2022-02-07 Thread Jason Wang
在 2022/2/1 上午1:44, Eugenio Perez Martin 写道: On Sat, Jan 29, 2022 at 9:20 AM Jason Wang wrote: 在 2022/1/22 上午4:27, Eugenio Pérez 写道: Doing that way allows vhost backend to know what address to return. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost.c | 6 +++--- 1 file changed, 3 ins

Re: [PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr

2022-01-31 Thread Eugenio Perez Martin
On Sat, Jan 29, 2022 at 9:20 AM Jason Wang wrote: > > > 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > > Doing that way allows vhost backend to know what address to return. > > > > Signed-off-by: Eugenio Pérez > > --- > > hw/virtio/vhost.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(

Re: [PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr

2022-01-29 Thread Jason Wang
在 2022/1/22 上午4:27, Eugenio Pérez 写道: Doing that way allows vhost backend to know what address to return. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 7b03efccec..64b

[PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr

2022-01-21 Thread Eugenio Pérez
Doing that way allows vhost backend to know what address to return. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 7b03efccec..64b955ba0c 100644 --- a/hw/virtio/vhost.c +++ b