[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/2] fix 'qemu-img snapshot -a' operation for she
From: |
Liu Yuan |
Subject: |
[Qemu-devel] [PATCH v2 0/2] fix 'qemu-img snapshot -a' operation for sheepdog |
Date: |
Fri, 7 Jun 2013 22:15:49 +0800 |
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: address@hidden
Cc: MORITA Kazutaka <address@hidden>
Cc: Kevin Wolf <address@hidden>
Cc: Stefan Hajnoczi <address@hidden>
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
- [Qemu-devel] [PATCH v2 0/2] fix 'qemu-img snapshot -a' operation for sheepdog,
Liu Yuan <=