[Qemu-devel] [PATCH v3 0/2] fix 'qemu-img snapshot -a' operation for sheepdog

2013-06-07 Thread Liu Yuan
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 morita.kazut...@lab.ntt.co.jp
Cc: Kevin Wolf kw...@redhat.com
Cc: Stefan Hajnoczi stefa...@redhat.com

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




Re: [Qemu-devel] [PATCH v3 0/2] fix 'qemu-img snapshot -a' operation for sheepdog

2013-06-07 Thread Liu Yuan
On 06/08/2013 01:20 AM, Liu Yuan wrote:
 v3:
  - fix sheepdog's loadvm handling, don't rely on the write to create branch

Oops, seems this version has problems. Please drop it.

Thanks,
Yuan