Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / command-int.json
1 # we reject collisions between commands and types
2 { 'command': 'int', 'data': { 'character': 'str' },
3   'returns': { 'value': 'int' } }