From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POXCH-0001M7-6T for qemu-devel@nongnu.org; Fri, 03 Dec 2010 10:05:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POXCG-0003mJ-3O for qemu-devel@nongnu.org; Fri, 03 Dec 2010 10:05:16 -0500 Received: from mail-yx0-f173.google.com ([209.85.213.173]:64140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POXCF-0003mA-Ut for qemu-devel@nongnu.org; Fri, 03 Dec 2010 10:05:16 -0500 Received: by yxl31 with SMTP id 31so5200881yxl.4 for ; Fri, 03 Dec 2010 07:05:14 -0800 (PST) Message-ID: <4CF90727.7000507@codemonkey.ws> Date: Fri, 03 Dec 2010 09:05:11 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Patch 0/14] builtin iscsi support References: <1291374593-17448-1-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1291374593-17448-1-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ronniesahlberg@gmail.com Cc: qemu-devel@nongnu.org On 12/03/2010 05:09 AM, ronniesahlberg@gmail.com wrote: > This series of pathces adds built in iscsi support to qemu. > The first 12 patches 14 adds a general purpose iscsi client library > in a separate subdirectory ./block/iscsi > that is aimed at being useful not only for kvm/qemu but for all scsi > relates applications. > > Patch 13 adds the block driver ./block/iscsi.c that interfaces qemu with the library > > and patch 14 adds the library to build on posix platforms > > > Please review and/or apply. > > Note that ./block/iscsi/* is aimed at being re-used outisde of qemu/kvm > in other applications why qemu/kvm specific calkls are not used there. > So should the library be packaged outside of QEMU and then we'll just link against it? Regards, Anthony Liguroi > > Syntax to use with TGTD iscsi target is > -drive file=iscsi://[:]// > for disk devices and > -cdrom iscsi://[:]// > for cdrom devices > > >