repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
pc: acpi: clarify why possible LAPIC entries must be present in MADT
[qemu.git]
/
tests
/
qapi-schema
/
args-union.json
blob
7bdcbb7f085a5b77fd1d3a578e12fbe1114de604
1
# we do not allow union arguments
2
# TODO should we support this?
3
{ 'union': 'Uni', 'data': { 'case1': 'int', 'case2': 'str' } }
4
{ 'command': 'oops', 'data': 'Uni' }