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