]> Git Repo - qemu.git/blobdiff - qapi/introspect.json
qapi: introduce new cmd option "allow-oob"
[qemu.git] / qapi / introspect.json
index 5b3e6e9d78b5aacdc336035b3ca0cb06a207fe05..c7f67b7d78b5cf12ba6cc03e40ee2954dd4eace7 100644 (file)
 #
 # @ret-type: the name of the command's result type.
 #
+# @allow-oob: whether the command allows out-of-band execution.
+#             (Since: 2.12)
+#
 # TODO: @success-response (currently irrelevant, because it's QGA, not QMP)
 #
 # Since: 2.5
 ##
 { 'struct': 'SchemaInfoCommand',
-  'data': { 'arg-type': 'str', 'ret-type': 'str' } }
+  'data': { 'arg-type': 'str', 'ret-type': 'str',
+            'allow-oob': 'bool' } }
 
 ##
 # @SchemaInfoEvent:
This page took 0.021282 seconds and 4 git commands to generate.