aboutsummaryrefslogtreecommitdiff
path: root/qapi/misc.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/misc.json')
-rw-r--r--qapi/misc.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/qapi/misc.json b/qapi/misc.json
index fb9f41d0ce..bd04469a4b 100644
--- a/qapi/misc.json
+++ b/qapi/misc.json
@@ -1461,6 +1461,21 @@
'returns': [ 'ObjectPropertyInfo' ] }
##
+# @qom-list-properties:
+#
+# List properties associated with a QOM object.
+#
+# @typename: the type name of an object
+#
+# Returns: a list of ObjectPropertyInfo describing object properties
+#
+# Since: 2.12
+##
+{ 'command': 'qom-list-properties',
+ 'data': { 'typename': 'str'},
+ 'returns': [ 'ObjectPropertyInfo' ] }
+
+##
# @xen-set-global-dirty-log:
#
# Enable or disable the global dirty log mode.