repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustate
[qemu/ar7.git]
/
tests
/
qapi-schema
/
flat-union-optional-discriminator.json
blob
2e7f766f60aa4a516383d4bc22bba5a13b5f43eb
1
# we require the discriminator to be non-optional
2
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }
3
{ 'struct': 'Base',
4
'data': { '*switch': 'Enum' } }
5
{ 'struct': 'Branch', 'data': { 'name': 'str' } }
6
{ 'union': 'MyUnion',
7
'base': 'Base',
8
'discriminator': 'switch',
9
'data': { 'one': 'Branch',
10
'two': 'Branch' } }