From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7F6N-0005Px-Qw for qemu-devel@nongnu.org; Thu, 30 Aug 2012 20:28:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7F6M-00060R-PY for qemu-devel@nongnu.org; Thu, 30 Aug 2012 20:28:47 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:61881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7F6M-00060K-JI for qemu-devel@nongnu.org; Thu, 30 Aug 2012 20:28:46 -0400 Received: by pbbjt11 with SMTP id jt11so3960024pbb.4 for ; Thu, 30 Aug 2012 17:28:45 -0700 (PDT) From: Ronnie Sahlberg Date: Thu, 30 Aug 2012 17:28:39 -0700 Message-Id: <1346372920-10459-1-git-send-email-ronniesahlberg@gmail.com> Subject: [Qemu-devel] [PATCH] iSCSI: Add support for SG_IO to iscsi_ioctl() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com, qemu-devel@nongnu.org Paolo, List Please find a small patch that adds support for SG_IO to the synchronous iscsi_ioctl() function. This is needed to make scsi-block work with iscsi. regards ronnie sahlberg