Sign in
qemu
/
qemu
/
dabd18f64c8800d441fd9fb232c2102e8409aa2e
/
.
/
tests
/
qapi-schema
/
redefined-command.json
blob: 3a8cb9024c217bbfa6ba1073ea1d3a4103fed6f8 [
file
] [
log
] [
blame
]
#
we reject commands defined more than once
##
#
@foo
:
##
{
'command'
:
'foo'
,
'data'
:
{
'one'
:
'str'
}
}
##
#
@foo
:
##
{
'command'
:
'foo'
,
'data'
:
{
'*two'
:
'str'
}
}