From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R48Pb-0001xN-Is for qemu-devel@nongnu.org; Thu, 15 Sep 2011 05:39:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R48PZ-0008NW-Rd for qemu-devel@nongnu.org; Thu, 15 Sep 2011 05:39:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R48PZ-0008ND-Kc for qemu-devel@nongnu.org; Thu, 15 Sep 2011 05:39:13 -0400 Message-ID: <4E71C7B8.7060604@redhat.com> Date: Thu, 15 Sep 2011 11:39:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1315628610-28222-1-git-send-email-ronniesahlberg@gmail.com> <1315628610-28222-2-git-send-email-ronniesahlberg@gmail.com> <20110912091408.GA3465@stefanha-thinkpad.localdomain> <4E71956B.6030902@redhat.com> <4E71C102.103@redhat.com> In-Reply-To: <4E71C102.103@redhat.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: Kevin Wolf Cc: fujita.tomonori@lab.ntt.co.jp, Christoph Hellwig , Stefan Hajnoczi , ronnie sahlberg , qemu-devel@nongnu.org On 09/15/2011 11:10 AM, Kevin Wolf wrote: >> > We need the same patch for NBD, so I wouldn't bother with the >> > synchronous flush. > Doesn't Stefan's patch conflict with your bdrv_co_flush patch? Yes. I'll include it myself in my NBD v2. Paolo