]> Git Repo - qemu.git/blob - tests/qapi-schema/args-union.json
tests: virtio-9p: add walk operation test
[qemu.git] / tests / qapi-schema / args-union.json
1 # use of union arguments requires 'boxed':true
2 { 'union': 'Uni', 'data': { 'case1': 'int', 'case2': 'str' } }
3 { 'command': 'oops', 'data': 'Uni' }
This page took 0.024414 seconds and 4 git commands to generate.