These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / flat-union-empty.json
1 # flat unions cannot be empty
2 { 'enum': 'Empty', 'data': [ ] }
3 { 'struct': 'Base', 'data': { 'type': 'Empty' } }
4 { 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }