These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / union-branch-case.json
1 # Branch names should be 'lower-case' unless the union is whitelisted
2 { 'union': 'NoWayThisWillGetWhitelisted', 'data': { 'Branch': 'int' } }