From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulxvp-0007o6-Cx for qemu-devel@nongnu.org; Mon, 10 Jun 2013 04:58:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ulxvn-0001TY-Rq for qemu-devel@nongnu.org; Mon, 10 Jun 2013 04:58:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulxvn-0001TK-Jw for qemu-devel@nongnu.org; Mon, 10 Jun 2013 04:58:27 -0400 Date: Mon, 10 Jun 2013 10:58:14 +0200 From: Kevin Wolf Message-ID: <20130610085813.GA3636@dhcp-200-207.str.redhat.com> References: <1370627666-6689-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1370627666-6689-1-git-send-email-namei.unix@gmail.com> Subject: Re: [Qemu-devel] [PATCH v4 0/2] fix 'qemu-img snapshot -a' operation for sheepdog List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: Stefan Hajnoczi , sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, MORITA Kazutaka Am 07.06.2013 um 19:54 hat Liu Yuan geschrieben: > v4: > - fix savevm, pass current vdi_id instead of parent_vdi_id > > v3: > - fix sheepdog's loadvm handling, don't rely on the write to create branch > > v2: > - add the comment to make things more clear > - call sd_create_branch() after s->is_snapshot = true because after calling > sd_create_branch, it is not snapshot anymore. > > Nothing big, just two simple patches to enable this commind for sheepdog. > > Cc: qemu-devel@nongnu.org > Cc: MORITA Kazutaka > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > > Liu Yuan (2): > sheepdog: fix snapshot tag initialization > sheepdog: support 'qemu-img snapshot -a' > > block/sheepdog.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) Thanks, applied to the block branch. Kevin