From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2F6t-0007xf-Fj for qemu-devel@nongnu.org; Sat, 10 Sep 2011 00:24:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2F6s-0004wC-Cm for qemu-devel@nongnu.org; Sat, 10 Sep 2011 00:24:07 -0400 Received: from mail-gw0-f52.google.com ([74.125.83.52]:53422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2F6s-0004vz-A7 for qemu-devel@nongnu.org; Sat, 10 Sep 2011 00:24:06 -0400 Received: by gwj15 with SMTP id 15so2138028gwj.11 for ; Fri, 09 Sep 2011 21:24:05 -0700 (PDT) From: Ronnie Sahlberg Date: Sat, 10 Sep 2011 14:23:29 +1000 Message-Id: <1315628610-28222-1-git-send-email-ronniesahlberg@gmail.com> Subject: [Qemu-devel] [PATCH] Add iSCSI support for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, fujita.tomonori@lab.ntt.co.jp, stefanha@linux.vnet.ibm.com, hch@lst.de List, Please find a patch that adds built-in iSCSI support to QEMU when built and linked against the multiplatform iscsi initiator library at git://github.com/sahlberg/libiscsi.git All previous comments and suggestions have been addressed in this patch. I and others have done extensive testing and used this patch extensively over the last ~6 months with great result. In some situations, using a built-in iscsi inititator has benefits against mounting the LUNs on the host. * Privacy: The iSCSI LUNs are private to the guest and are not visible either to the host, nor to any processes running on the host. * Ease of managment : If you have very many guests and very many, thousands of, iSCSI LUNs. It is inconvenient to have to expose all LUNs to the underlying host. * No root requirement. Since the iSCSI LUNs are not mounted as devices on the host, ordinary users can set up and use iSCSI resources without the need for root privilege on the host to map the devices to local scsi devices. Please merge this patch to master or explain how I should change the patch so that it becomes acceptable for inclusion into QEMU. regards ronnie sahlberg