X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/e7d81004e486b0e80a674d164d8aec0e83fa812f..ee46d8a5038d06babb6cfb0a177727d85df9b3fc:/qapi-schema-guest.json diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json index f4bcd1a532..5f8a18d4d8 100644 --- a/qapi-schema-guest.json +++ b/qapi-schema-guest.json @@ -43,7 +43,11 @@ # # 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' }