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: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2] Show values and description when using "qom-list"
Date: Fri, 1 Jun 2018 11:01:17 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

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

--
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]