qemu-patch-raspberry4/tests/qapi-schema/command-int.json

4 lines
136 B
JSON
Raw Normal View History

# we reject collisions between commands and types
{ 'command': 'int', 'data': { 'character': 'str' },
'returns': { 'value': 'int' } }