Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / returns-array-bad.json
1 # we reject an array return that is not a single type
2 { 'command': 'oops', 'returns': [ 'str', 'str' ] }