Re: [Qemu-devel] [PATCH] iSCSI: Add support for SG_IO in bdrv_ioctl()

2012-08-21 Thread Paolo Bonzini
Il 21/08/2012 01:59, Ronnie Sahlberg ha scritto: > We need to support SG_IO in the synchronous bdrv_ioctl() since this > is used by scsi-block > > Signed-off-by: Ronnie Sahlberg > --- > block/iscsi.c | 109 > - > 1 files changed, 108 inse

[Qemu-devel] [PATCH] iSCSI: Add support for SG_IO in bdrv_ioctl()

2012-08-20 Thread Ronnie Sahlberg
We need to support SG_IO in the synchronous bdrv_ioctl() since this is used by scsi-block Signed-off-by: Ronnie Sahlberg --- block/iscsi.c | 109 - 1 files changed, 108 insertions(+), 1 deletions(-) diff --git a/block/iscsi.c b/block/iscs