From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul0Lb-0002Zk-70 for qemu-devel@nongnu.org; Fri, 07 Jun 2013 13:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ul0LZ-0005Lt-0u for qemu-devel@nongnu.org; Fri, 07 Jun 2013 13:21:07 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:45694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul0LY-0005Kq-QC for qemu-devel@nongnu.org; Fri, 07 Jun 2013 13:21:04 -0400 Received: by mail-pa0-f47.google.com with SMTP id kl13so2700758pab.6 for ; Fri, 07 Jun 2013 10:21:03 -0700 (PDT) From: Liu Yuan Date: Sat, 8 Jun 2013 01:20:38 +0800 Message-Id: <1370625640-5469-1-git-send-email-namei.unix@gmail.com> Subject: [Qemu-devel] [PATCH v3 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 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