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
acpi: pc: add fw_cfg device node to dsdt
[qemu.git]
/
tests
/
qapi-schema
/
struct-base-clash.json
blob
11aec80fe53191cf53b793199c3e353356042cde
1
# Reject attempts to duplicate QMP members
2
# Here, 'name' would have to appear twice on the wire, locally and for base.
3
{ 'struct': 'Base',
4
'data': { 'name': 'str' } }
5
{ 'struct': 'Sub',
6
'base': 'Base',
7
'data': { 'name': 'str' } }