]> git.proxmox.com Git - qemu.git/blobdiff - qga/qapi-schema.json
sun4m: Add FCode ROM for TCX framebuffer
[qemu.git] / qga / qapi-schema.json
index 7155b7ab55fc4ef5336fd771ca06905c485fad62..245f968bc28545f0b5333f05fe802217cdd2576b 100644 (file)
 #
 # @enabled: whether command is currently enabled by guest admin
 #
+# @success-response: whether command returns a response on success
+#                    (since 1.7)
+#
 # Since 1.1.0
 ##
 { 'type': 'GuestAgentCommandInfo',
-  'data': { 'name': 'str', 'enabled': 'bool' } }
+  'data': { 'name': 'str', 'enabled': 'bool', 'success-response': 'bool' } }
 
 ##
 # @GuestAgentInfo