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
virtio: use VRingMemoryRegionCaches for descriptor ring
[qemu/ar7.git]
/
tests
/
qapi-schema
/
alternate-conflict-string.json
blob
12aafab8082c2f3e4aa0e1bfe5b9d55e4996d6e8
1
# we reject alternates with multiple string-like branches
2
3
##
4
# @Enum:
5
##
6
{ 'enum': 'Enum',
7
'data': [ 'hello', 'world' ] }
8
##
9
# @Alt:
10
##
11
{ 'alternate': 'Alt',
12
'data': { 'one': 'str',
13
'two': 'Enum' } }