These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / alternate-unknown.json
1 # we reject an alternate with unknown type in branch
2 { 'alternate': 'Alt',
3   'data': { 'unknown': 'MissingType', 'i': 'int' } }