Re: [Qemu-devel] [PATCH] virtio-scsi: introduce virtio_scsi_acquire/release

2016-11-30 Thread Stefan Hajnoczi
On Tue, Nov 29, 2016 at 04:37:01PM +0100, Paolo Bonzini wrote: > These will be used more as soon as the acquire/release is pushed down to > the ioeventfd handlers. > > Signed-off-by: Paolo Bonzini > --- > hw/scsi/virtio-scsi.c | 27 ++- > 1 file changed, 18 insertions(+),

Re: [Qemu-devel] [PATCH] virtio-scsi: introduce virtio_scsi_acquire/release

2016-11-29 Thread Fam Zheng
On Tue, 11/29 16:37, Paolo Bonzini wrote: > These will be used more as soon as the acquire/release is pushed down to > the ioeventfd handlers. > > Signed-off-by: Paolo Bonzini Looks sane. Reviewed-by: Fam Zheng

[Qemu-devel] [PATCH] virtio-scsi: introduce virtio_scsi_acquire/release

2016-11-29 Thread Paolo Bonzini
These will be used more as soon as the acquire/release is pushed down to the ioeventfd handlers. Signed-off-by: Paolo Bonzini --- hw/scsi/virtio-scsi.c | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/hw/scsi/virtio-scsi.c b/hw/scsi/virtio-scsi.c i