Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / union-unknown.json
1 # we reject a union with unknown type in branch
2 { 'union': 'Union',
3   'data': { 'unknown': 'MissingType' } }