δΊ 2013/10/2 0:07, Paolo Bonzini ει:
Il 26/09/2013 02:16, Wenchao Xia ha scritto:
+c = getopt(argc, argv, "f:O:B:s:hce6o:pS:t:qnL:");
if (c == -1) {
break;
}
@@ -1183,6 +1184,9 @@ static int img_convert(int argc, char **argv)
case 's':
Il 26/09/2013 02:16, Wenchao Xia ha scritto:
> +c = getopt(argc, argv, "f:O:B:s:hce6o:pS:t:qnL:");
> if (c == -1) {
> break;
> }
> @@ -1183,6 +1184,9 @@ static int img_convert(int argc, char **argv)
> case 's':
> snapshot_name = optarg;
>
On 09/25/2013 06:16 PM, Wenchao Xia wrote:
> Now qemu-img convert have similar options as qemu-nbd for internal
> snapshot.
>
> Signed-off-by: Wenchao Xia
> ---
> qemu-img.c | 30 +-
> 1 files changed, 21 insertions(+), 9 deletions(-)
>
> diff --git a/qemu-img.c b/
Now qemu-img convert have similar options as qemu-nbd for internal
snapshot.
Signed-off-by: Wenchao Xia
---
qemu-img.c | 30 +-
1 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/qemu-img.c b/qemu-img.c
index 6df58ed..a784ad4 100644
--- a/qemu-img.c
+++