From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6JNG-0001lU-Q1 for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:45:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6JNF-0006aR-PU for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:45:50 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:55320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6JNF-0006aG-N1 for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:45:49 -0400 Received: by gye5 with SMTP id 5so1267634gye.4 for ; Wed, 21 Sep 2011 02:45:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E79B244.8000701@redhat.com> Date: Wed, 21 Sep 2011 11:45:40 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1316597875-30463-1-git-send-email-ronniesahlberg@gmail.com> <1316597875-30463-2-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1316597875-30463-2-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ronnie Sahlberg Cc: kwolf@redhat.com, stefanha@linux.vnet.ibm.com, dlaor@redhat.com, qemu-devel@nongnu.org, fujita.tomonori@lab.ntt.co.jp, owasserm@redhat.com, hch@lst.de On 09/21/2011 11:37 AM, Ronnie Sahlberg wrote: > This driver interfaces with the multiplatform posix library for iscsi initiator/client access to iscsi devices hosted at > git://github.com/sahlberg/libiscsi.git Do you plan to make a stable release, so that it can be packaged e.g. in Fedora? Paolo