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