Sign in
qemu
/
qemu
/
f46bfdbfc8f95cf65d7818ef68a801e063c40332
/
.
/
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'
}
}