From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R48qt-0000R5-Oc for qemu-devel@nongnu.org; Thu, 15 Sep 2011 06:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R48qs-0007ME-O0 for qemu-devel@nongnu.org; Thu, 15 Sep 2011 06:07:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R48qs-0007M2-H2 for qemu-devel@nongnu.org; Thu, 15 Sep 2011 06:07:26 -0400 Message-ID: <4E71CF08.2000909@redhat.com> Date: Thu, 15 Sep 2011 12:10:16 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315628610-28222-1-git-send-email-ronniesahlberg@gmail.com> <4E6DC94C.4090503@redhat.com> <1316003085.2317.28.camel@dhcp-1-120.tlv.redhat.com> <20110914143754.GC12218@lst.de> <20110914154033.GA13411@lst.de> <1316018217.2317.34.camel@dhcp-1-120.tlv.redhat.com> <4E7195EE.2050001@redhat.com> <1316080354.29180.2.camel@dhcp-1-120.tlv.redhat.com> <4E71CB78.4060807@redhat.com> In-Reply-To: <4E71CB78.4060807@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add iSCSI support for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: stefanha@linux.vnet.ibm.com, Stefan Hajnoczi , qemu-devel@nongnu.org, fujita.tomonori@lab.ntt.co.jp, Orit Wasserman , RonnieSahlberg , Christoph Hellwig Am 15.09.2011 11:55, schrieb Paolo Bonzini: > On 09/15/2011 11:52 AM, Orit Wasserman wrote: >>> The NBD protocol supports multiple named exports, just not QEMU's >>> implementation. >> I guess we can fix that. > > Yes, or just use Unix sockets and rely on libvirt to tunnel/multiplex > the NBD streams. I don't think libvirt should have to deal with this when there is a good solution that can be implemented in qemu. Kevin