]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
qmp: Print descriptions of object properties
[mirror_qemu.git] / qapi-schema.json
index 4f0d7e3250dcdcabaf4bcb953deab3008ffaf43d..24379ab3af8e363a9f84b4771b505a860d476a08 100644 (file)
 #
 # @name: the name of the property
 # @type: the typename of the property
+# @description: #optional if specified, the description of the property.
+#               (since 2.2)
 #
 # Since: 1.2
 ##
 { 'type': 'DevicePropertyInfo',
-  'data': { 'name': 'str', 'type': 'str' } }
+  'data': { 'name': 'str', 'type': 'str', '*description': 'str' } }
 
 ##
 # @device-list-properties: