These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / returns-dict.json
1 # we reject inline struct return type
2 { 'command': 'oops', 'returns': { 'a': 'str' } }