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 <wdon...@linux.vnet.ibm.com> > --- > 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