Sign in
qemu
/
qemu
/
f8c8a8606071b2966f83ebaccc69714ac3cad548
/
.
/
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'
}