From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THfDW-00072J-Fy for qemu-devel@nongnu.org; Fri, 28 Sep 2012 14:23:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THfDV-0004Tk-4w for qemu-devel@nongnu.org; Fri, 28 Sep 2012 14:23:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THfDU-0004TK-Sp for qemu-devel@nongnu.org; Fri, 28 Sep 2012 14:23:13 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8SINBo9026420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 28 Sep 2012 14:23:11 -0400 Message-ID: <5065EB0C.50209@redhat.com> Date: Fri, 28 Sep 2012 20:23:08 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/6] Live block commit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: pbonzini@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org Am 27.09.2012 19:29, schrieb Jeff Cody: > This series adds the basic case, of a live commit between two > images below the active layer, e.g.: > > [base] <--- [snp-1] <--- [snp-2] <--- [snp-3] <--- [active] > > can be collapsed down via commit, into: > > [base] <--- [active] > > or, > > [base] <--- [snp-1] <--- [active], > > [base] <--- [snp-3] <--- [active], > > etc.. > > TODO: 'stage-2' of live commit functionality, to be able to push down the > active layer. > > These changes are all reflected in my github repo: > > git://github.com/codyprime/qemu-kvm-jtc.git branch: jtc-live-commit-1.3-v9 Thanks, applied all to the block branch. Kevin