Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / nested-struct-returns.json
1 # inline subtypes collide with our desired future use of defaults
2 { 'command': 'foo',
3   'returns': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }