]> Git Repo - qemu.git/blob - tests/qapi-schema/args-union.json
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
[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.024779 seconds and 4 git commands to generate.