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