qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] Show values and description when using "qom-


From: Perez Blanco, Ricardo (Nokia - BE/Antwerp)
Subject: Re: [Qemu-devel] [PATCH v2] Show values and description when using "qom-list"
Date: Mon, 11 Jun 2018 07:18:46 +0000

Thanks for the comments! Replying inline.

> -----Original Message-----
> From: Eric Blake [mailto:address@hidden
> Sent: Friday, June 1, 2018 6:01 PM
> To: Perez Blanco, Ricardo (Nokia - BE/Antwerp)
> <address@hidden>
> Cc: Dr. David Alan Gilbert <address@hidden>; Markus Armbruster
> <address@hidden>; Andreas Färber <address@hidden>; open list:All
> patches CC here <address@hidden>
> Subject: Re: [PATCH v2] Show values and description when using "qom-list"
> 
> On 06/01/2018 10:39 AM, Ricardo Perez Blanco wrote:
> > For debugging purposes it is very useful to:
> >   - See the description of the field. This information is already filled
> >     in but not shown in "qom-list" command.
> >   - Display value of the field.
> >
> > Signed-off-by: Ricardo Perez Blanco <address@hidden>
> > ---
> 
> > +++ b/qapi/misc.json
> > @@ -1328,10 +1328,12 @@
> >   #
> >   # @description: if specified, the description of the property.
> >   #
> > -# Since: 1.2
> > +# @value: if specified, the value of the property.
> > +#
> > +# Since: 2.13
> 
> Not quite. The struct was first introduced in 1.2, and only 'value' was added
> in 3.0 (since we've renamed 2.13 into 3.0).  It should look like:
> 
> # @value: if specified, the value of the property (since 3.0) # # Since: 1.2
> 
Ok, it completely makes sense. I will fix it.
> --
> Eric Blake, Principal Software Engineer
> Red Hat, Inc.           +1-919-301-3266
> Virtualization:  qemu.org | libvirt.org

reply via email to

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