From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul0sP-00042H-MT for qemu-devel@nongnu.org; Fri, 07 Jun 2013 13:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ul0sO-0008CJ-DN for qemu-devel@nongnu.org; Fri, 07 Jun 2013 13:55:01 -0400 Received: from mail-pb0-x229.google.com ([2607:f8b0:400e:c01::229]:39206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul0sO-0008C8-7B for qemu-devel@nongnu.org; Fri, 07 Jun 2013 13:55:00 -0400 Received: by mail-pb0-f41.google.com with SMTP id rp16so1443465pbb.14 for ; Fri, 07 Jun 2013 10:54:59 -0700 (PDT) From: Liu Yuan Date: Sat, 8 Jun 2013 01:54:24 +0800 Message-Id: <1370627666-6689-1-git-send-email-namei.unix@gmail.com> Subject: [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: sheepdog@lists.wpkg.org Cc: Kevin Wolf , Stefan Hajnoczi , qemu-devel@nongnu.org, MORITA Kazutaka 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(-) -- 1.7.9.5