From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3jCK-0006MP-F7 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3jCC-00058K-5j for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:52:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3jCB-00057G-Ud for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:52:48 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6T8qk7P010062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 29 Jul 2013 04:52:46 -0400 Date: Mon, 29 Jul 2013 10:52:44 +0200 From: Kevin Wolf Message-ID: <20130729085244.GB3721@dhcp-200-207.str.redhat.com> References: <1374863945-8865-1-git-send-email-imain@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374863945-8865-1-git-send-email-imain@redhat.com> Subject: Re: [Qemu-devel] [PATCH V9 0/2] Implement sync modes for drive-backup. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ian Main Cc: famz@redhat.com, qemu-devel@nongnu.org, rjones@redhat.com, stefanha@redhat.com, pbonzini@redhat.com Am 26.07.2013 um 20:39 hat Ian Main geschrieben: > This patch adds sync modes on top of the work that Stefan Hajnoczi has done. > > These patches apply on kevin/block. > > Hopefully all is in order as this is my first QEMU patch. Many thanks to > Stephan and Fam Zheng for their help. Thanks, applied to the block branch (and meanwhile it's in master, too) Kevin