mirror_qemu/tests/qapi-schema/returns-int.json

4 lines
171 B
JSON

# It is okay (although not extensible) to return a non-dictionary
# But to make it work, the name must be in a whitelist
{ 'command': 'guest-get-time', 'returns': 'int' }