xref: /openbmc/qemu/tests/qapi-schema/args-union.json (revision fcbd8018e645f3ab1ef9af94dc88a0d3272926d3)
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' }
5