Sign in
qemu
/
qemu
/
737cb2f3b21af83ab3e01d4f86e52c1c1afe3524
/
.
/
tests
/
qapi-schema
/
args-array-unknown.json
blob: 6f3e883315c634c24bb4d2f77281647d016942c8 [
file
] [
log
] [
blame
]
#
we reject an array for data if it does not contain a known type
{
'command'
:
'oops'
,
'data'
:
{
'array'
:
[
'NoSuchType'
]
}
}