Sign in
qemu
/
qemu
/
cae95eae6270c1ea28a9ba8eee75c441b1015f68
/
.
/
tests
/
qapi-schema
/
args-union.json
blob: 7bdcbb7f085a5b77fd1d3a578e12fbe1114de604 [
file
] [
log
] [
blame
]
#
we do not allow union arguments
#
TODO should we support this
?
{
'union'
:
'Uni'
,
'data'
:
{
'case1'
:
'int'
,
'case2'
:
'str'
}
}
{
'command'
:
'oops'
,
'data'
:
'Uni'
}