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