qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V18 24/25] qapi: query-command-line-options outp


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH V18 24/25] qapi: query-command-line-options outputs def_value_str
Date: Tue, 27 Aug 2013 16:12:44 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 13.08.2013 um 06:32 hat Dong Xu Wang geschrieben:
> QMP command query-command-line-options shows details information of
> parameters, since added def_value_str, also output it in the QMP
> command.
> 
> v16->v17:
> 1) add "Since 1.6" tag.
> 2) rename def_str_value to "default".
> 
> Signed-off-by: Dong Xu Wang <address@hidden>
> ---
>  qapi-schema.json   | 8 ++++++--
>  qmp-commands.hx    | 2 ++
>  util/qemu-config.c | 4 ++++
>  3 files changed, 12 insertions(+), 2 deletions(-)
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index a51f7d2..aa18d84 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -3630,12 +3630,16 @@
>  #
>  # @help: #optional human readable text string, not suitable for parsing.
>  #
> -# Since 1.5
> +# @default: #optional string representation of the default used
> +#           if the option is omitted.
> +#
> +# Since 1.6

The "Since 1.6" belongs to the @default field only. The command as a
whole is still "Since 1.5".

Kevin



reply via email to

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