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/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irq
[qemu/ar7.git]
/
tests
/
qapi-schema
/
struct-base-clash.json
blob
f2afc9b6f660dd05a700bca31ff57760b070f0c3
1
# we check for no duplicate keys with base
2
{ 'struct': 'Base',
3
'data': { 'name': 'str' } }
4
{ 'struct': 'Sub',
5
'base': 'Base',
6
'data': { 'name': 'str' } }