From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcAx0-00040x-BG for qemu-devel@nongnu.org; Tue, 14 May 2013 04:51:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcAwx-0001au-CU for qemu-devel@nongnu.org; Tue, 14 May 2013 04:51:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcAww-0001ai-LW for qemu-devel@nongnu.org; Tue, 14 May 2013 04:51:11 -0400 Date: Tue, 14 May 2013 10:51:06 +0200 From: Stefan Hajnoczi Message-ID: <20130514085106.GG8739@stefanha-thinkpad.redhat.com> References: <1367221335-22777-1-git-send-email-stefanha@redhat.com> <1367221335-22777-2-git-send-email-stefanha@redhat.com> <20130508123925.GG3093@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130508123925.GG3093@dhcp-200-207.str.redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 1/3] block: add basic backup support to block driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Fam Zheng , qemu-devel@nongnu.org, Wenchao Xia , imain@redhat.com, pbonzini@redhat.com, dietmar@proxmox.com On Wed, May 08, 2013 at 02:39:25PM +0200, Kevin Wolf wrote: > Am 29.04.2013 um 09:42 hat Stefan Hajnoczi geschrieben: > > Sorry, but this patch doesn't look very close to mergable yet. Fair enough. I had some ideas on decoupling the backup block job from the core block layer, making fewer assumptions on block jobs. I've tried to stick close to Dietmar's original patch but will be more aggressive in v3. I think together with some of Paolo's idea we can clean this up nicely. Stefan