Sign in
qemu-android
/
qemu-android
/
9ff5b57c219f38f025b95ebf4b593b5d4e828b53
/
.
/
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'
}