xref: /openbmc/qemu/tests/qapi-schema/args-alternate.json (revision 2e1d70b9e03ca3f1c6185b54010bc9e47e0a0d0c)
1# we do not allow alternate arguments
2{ 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'bool' } }
3{ 'command': 'oops', 'data': 'Alt' }
4