From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4DBe-0005vR-L2 for qemu-devel@nongnu.org; Tue, 30 Jul 2013 12:54:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4D50-00043R-Mh for qemu-devel@nongnu.org; Tue, 30 Jul 2013 12:47:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4D50-00042c-DN for qemu-devel@nongnu.org; Tue, 30 Jul 2013 12:47:22 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6UGlIA6007949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 30 Jul 2013 12:47:19 -0400 Date: Tue, 30 Jul 2013 09:47:15 -0700 From: Ian Main Message-ID: <20130730164715.GA11092@gate.mains.priv> References: <1374863945-8865-1-git-send-email-imain@redhat.com> <20130729085244.GB3721@dhcp-200-207.str.redhat.com> <20130729090252.GB1882@redhat.com> <20130729093628.GA26806@T430s.redhat.com> <20130729100348.GC1882@redhat.com> <20130729101648.GA2922@T430s.nay.redhat.com> <20130729105438.GD1882@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130729105438.GD1882@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: "Richard W.M. Jones" Cc: Fam Zheng , qemu-devel@nongnu.org On Mon, Jul 29, 2013 at 11:54:38AM +0100, Richard W.M. Jones wrote: > On Mon, Jul 29, 2013 at 06:16:48PM +0800, Fam Zheng wrote: > > Ian's patches are in master, on which I already rebased the first. I can > > rebase the other one for you if you feel like to test it too. > > No that's fine, thanks. I just thought Ian had more patches which > were not upstream, but if they're all upstream I can test > virt-inspector / libguestfs inspection against your tree (not today > though ..) There were some other patches involved but they were deemed unnecessary so they were dropped. Fam is filling in all the stuff needed now. Ian