]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema-guest.json
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
[mirror_qemu.git] / qapi-schema-guest.json
index f4bcd1a532b293c5a03f2a4603e45722df0202e8..5f8a18d4d887da7e4d29638bf76e6da1740b82f1 100644 (file)
 #
 # Since: 0.15.0
 ##
-{ 'type': 'GuestAgentInfo', 'data': {'version': 'str'} }
+{ 'type': 'GuestAgentCommandInfo',
+  'data': { 'name': 'str', 'enabled': 'bool' } }
+{ 'type': 'GuestAgentInfo',
+  'data': { 'version': 'str',
+            'supported_commands': ['GuestAgentCommandInfo'] } }
 { 'command': 'guest-info',
   'returns': 'GuestAgentInfo' }