repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
[qemu/kevin.git]
/
tests
/
qapi-schema
/
union-empty.json
blob
584ed6098c9b3e1a73a87b4ec50553d7204595e1
1
# union discriminator enum cannot be empty
2
{ 'enum': 'Empty', 'data': [ ] }
3
{ 'struct': 'Base', 'data': { 'type': 'Empty' } }
4
{ 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }