Sign in
qemu
/
qemu
/
a935cc3132aea175502f76c06eba7a78521ef3ba
/
.
/
tests
/
qapi-schema
/
args-union.json
blob: 57284b43c523e9b25319f5a8be44785448a73240 [
file
] [
log
] [
blame
]
#
use of union arguments requires
'boxed'
:
true
##
#
@Uni
:
##
{
'union'
:
'Uni'
,
'data'
:
{
'case1'
:
'int'
,
'case2'
:
'str'
}
}
##
#
oops
:
##
{
'command'
:
'oops'
,
'data'
:
'Uni'
}