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: Eric Blake
Subject: Re: [Qemu-devel] [PATCH V18 24/25] qapi: query-command-line-options outputs def_value_str
Date: Tue, 27 Aug 2013 17:13:01 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

On 08/27/2013 08:12 AM, Kevin Wolf wrote:
> 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".

>> +++ 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".

Further, 1.6 is already released, so this should now be:

@default #optional string representation of the default used if
         the option is omitted (since 1.7).

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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