These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / args-union.json
1 # we do not allow union arguments
2 # TODO should we support this?
3 { 'union': 'Uni', 'data': { 'case1': 'int', 'case2': 'str' } }
4 { 'command': 'oops', 'data': 'Uni' }