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
hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'
[qemu/ar7.git]
/
tests
/
qapi-schema
/
alternate-conflict-enum-bool.json
blob
bff25c3147fb0397d0e7c76f31ea87b188e00f2d
1
# alternate branch of 'enum' type that conflicts with bool
2
{ 'enum': 'Enum',
3
'data': [ 'aus', 'off' ] }
4
{ 'alternate': 'Alt',
5
'data': { 'one': 'Enum',
6
'two': 'bool' } }