repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
ui: Split hmp_mouse_set() and move the HMP part to ui/
[qemu.git]
/
tests
/
qapi-schema
/
alternate-conflict-lists.json
blob
a3efd6c5011937a0b85c52a16f0a49daf2e7d359
1
# Two lists conflict even if their inner types would be compatible
2
{ 'struct': 'One',
3
'data': { 'name': 'str' } }
4
{ 'alternate': 'Alt',
5
'data': { 'one': [ 'int' ],
6
'two': [ 'str' ] } }