]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/command-int.json
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' into staging
[mirror_qemu.git] / tests / qapi-schema / command-int.json
1 # we reject collisions between commands and types
2 { 'command': 'int', 'data': { 'character': 'str' },
3 'returns': { 'value': 'int' } }