]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/introspect.json
vnc: fix memleak of the "vnc-worker-output" name
[mirror_qemu.git] / qapi / introspect.json
index c7f67b7d78b5cf12ba6cc03e40ee2954dd4eace7..137b39b992b36cf371a3fff5761429f1d3558314 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)
+# @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: