From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHsDn-0001eC-9K for qemu-devel@nongnu.org; Tue, 19 Mar 2013 04:48:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHsDi-0002Wg-Rf for qemu-devel@nongnu.org; Tue, 19 Mar 2013 04:48:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHsDi-0002Wa-JX for qemu-devel@nongnu.org; Tue, 19 Mar 2013 04:48:34 -0400 Date: Tue, 19 Mar 2013 09:48:30 +0100 From: Stefan Hajnoczi Message-ID: <20130319084830.GA26646@stefanha-thinkpad.redhat.com> References: <1363625934-13506-1-git-send-email-stefanha@redhat.com> <514802C9.7060702@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <514802C9.7060702@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: fix BDRV_O_SNAPSHOT with protocols List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: Kevin Wolf , qemu-devel@nongnu.org On Tue, Mar 19, 2013 at 10:16:41AM +0400, Michael Tokarev wrote: > 18.03.2013 20:58, Stefan Hajnoczi wrote: > > Richard Jones reported that BDRV_O_SNAPSHOT does not work > > with NBD: > > Heh. http://permalink.gmane.org/gmane.comp.emulators.qemu/148390 > > (nothing's wrong with the patchset, just saying ;) Sorry, that wasn't intentional. Richard included your link in his bug report but I didn't follow it since the scope of the bug seemed clear enough. Stefan