Sign in
qemu
/
qemu
/
c94a7b8892dbb6b688994e5b9a717bda23de4e9a
/
.
/
tests
/
qapi-schema
/
struct-base-clash.json
blob: 11aec80fe53191cf53b793199c3e353356042cde [
file
] [
log
] [
blame
]
#
Reject
attempts to duplicate QMP members
#
Here
,
'name'
would have to appear twice on the wire
,
locally and for base
.
{
'struct'
:
'Base'
,
'data'
:
{
'name'
:
'str'
}
}
{
'struct'
:
'Sub'
,
'base'
:
'Base'
,
'data'
:
{
'name'
:
'str'
}
}