Sign in
qemu
/
qemu
/
dabd18f64c8800d441fd9fb232c2102e8409aa2e
/
.
/
tests
/
qapi-schema
/
returns-alternate.json
blob: 005bf2d1485f5ad36c0db962227ed43061b008cf [
file
] [
log
] [
blame
]
#
we reject returns if it is an alternate type
##
#
@Alt
:
##
{
'alternate'
:
'Alt'
,
'data'
:
{
'a'
:
'int'
,
'b'
:
'str'
}
}
##
#
@oops
:
##
{
'command'
:
'oops'
,
'returns'
:
'Alt'
}