]> Git Repo - qemu.git/blob - tests/qapi-schema/flat-union-incomplete-branch.json
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
[qemu.git] / tests / qapi-schema / flat-union-incomplete-branch.json
1 # we require all branches of the union to be covered
2 { 'enum': 'TestEnum',
3   'data': [ 'value1', 'value2' ] }
4 { 'struct': 'TestTypeA',
5   'data': { 'string': 'str' } }
6 { 'union': 'TestUnion',
7   'base': { 'type': 'TestEnum' },
8   'discriminator': 'type',
9   'data': { 'value1': 'TestTypeA' } }
This page took 0.024928 seconds and 4 git commands to generate.