qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/7] block: add mode argument to blockdev-snapsh


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 1/7] block: add mode argument to blockdev-snapshot-sync
Date: Thu, 12 Apr 2012 12:46:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Am 05.04.2012 17:42, schrieb Paolo Bonzini:
> This was missing in the patch that added the argument.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  qmp-commands.hx |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qmp-commands.hx b/qmp-commands.hx
> index 9447871..a5accc9 100644
> --- a/qmp-commands.hx
> +++ b/qmp-commands.hx
> @@ -762,7 +762,7 @@ EQMP
>  
>      {
>          .name       = "blockdev-snapshot-sync",
> -        .args_type  = "device:B,snapshot-file:s,format:s?",
> +        .args_type  = "device:B,snapshot-file:s,format:s,mode:s?",

But format should probably still stay optional.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]