Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / union-optional-branch.json
1 # union branches cannot be optional
2 { 'union': 'Union', 'data': { '*a': 'int', 'b': 'str' } }