From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33313 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PWdnE-00010I-UU for qemu-devel@nongnu.org; Sat, 25 Dec 2010 18:44:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PWdnD-0000RY-RK for qemu-devel@nongnu.org; Sat, 25 Dec 2010 18:44:56 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:52543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PWdnD-0000Qw-CR for qemu-devel@nongnu.org; Sat, 25 Dec 2010 18:44:55 -0500 Received: by iye19 with SMTP id 19so7694459iye.4 for ; Sat, 25 Dec 2010 15:44:54 -0800 (PST) From: Ronnie Sahlberg Date: Sun, 26 Dec 2010 10:44:44 +1100 Message-Id: <1293320685-1616-1-git-send-email-ronniesahlberg@gmail.com> Subject: [Qemu-devel] [PATCH 0/1] iSCSI support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org List, This is the second version of the patch to add iSCSI support to QEMU/KVM. This patch uses the libiscsi clientside library for iscsi at git://github.com/sahlberg/libiscsi.git When this library is installed/available QEMU will build with support to attach directly to a iSCSI LUN without the need to expose these LUNs to the host. The patch has been updated based on input from review of the initial patch as well as had CHAP authentication added. Please review and/or apply Ronnie Sahlberg