]> Git Repo - qemu.git/blobdiff - qapi/introspect.json
hppa-softmmu.mak: express dependencies with Kconfig
[qemu.git] / qapi / introspect.json
index c7f67b7d78b5cf12ba6cc03e40ee2954dd4eace7..3d22166b2b9d9f566fd417fef543a848b87c2c6e 100644 (file)
 ##
 # @JSONType:
 #
-# The four primitive and two structured types according to RFC 7159
+# The four primitive and two structured types according to RFC 8259
 # section 1, plus 'int' (split off 'number'), plus the obvious top
 # type 'value'.
 #
 #
 # @ret-type: the name of the command's result type.
 #
-# @allow-oob: whether the command allows out-of-band execution.
-#             (Since: 2.12)
+# @allow-oob: whether the command allows out-of-band execution,
+#             defaults to false (Since: 2.12)
 #
 # TODO: @success-response (currently irrelevant, because it's QGA, not QMP)
 #
 ##
 { 'struct': 'SchemaInfoCommand',
   'data': { 'arg-type': 'str', 'ret-type': 'str',
-            'allow-oob': 'bool' } }
+            '*allow-oob': 'bool' } }
 
 ##
 # @SchemaInfoEvent:
This page took 0.026566 seconds and 4 git commands to generate.