repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
migration: introduce migrate_params_check()
[qemu/armbru.git]
/
tests
/
qapi-schema
/
alternate-array.json
blob
f241aac1220b8e542c1cb741efe355a9a2bf5a7c
1
# we do not allow array branches in alternates
2
# TODO: should we support this?
3
{ 'struct': 'One',
4
'data': { 'name': 'str' } }
5
{ 'alternate': 'Alt',
6
'data': { 'one': 'One',
7
'two': [ 'int' ] } }