From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv3fC-0005nx-QV for qemu-devel@nongnu.org; Fri, 14 Oct 2016 10:40:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv3fB-000095-KB for qemu-devel@nongnu.org; Fri, 14 Oct 2016 10:40:46 -0400 Date: Fri, 14 Oct 2016 16:40:36 +0200 From: Kevin Wolf Message-ID: <20161014144036.GE4473@noname.redhat.com> References: <1476399422-8028-1-git-send-email-jsnow@redhat.com> <1476399422-8028-4-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476399422-8028-4-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/7] Replication/Blockjobs: Create replication jobs as internal List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, xiecl.fnst@cn.fujitsu.com, wency@cn.fujitsu.com, jcody@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com Am 14.10.2016 um 00:56 hat John Snow geschrieben: > Bubble up the internal interface to commit and backup jobs, then switch > replication tasks over to using this methodology. > > Signed-off-by: John Snow Reviewed-by: Kevin Wolf