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
PCI: PCIe access should always be little endian
[qemu/kevin.git]
/
tests
/
qapi-schema
/
flat-union-empty.json
blob
77f1d9abfb8f9b39a0a9dd9a03be3cb4e4343c15
1
# flat unions cannot be empty
2
{ 'enum': 'Empty', 'data': [ ] }
3
{ 'struct': 'Base', 'data': { 'type': 'Empty' } }
4
{ 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }