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