index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
qapi-schema
/
enum-bad-prefix.json
blob: 996f628f6d0e19c4c445dd1477af3582b9e9b878 (
plain
) (
blame
)
1
2
# The prefix must be a string type
{
'enum'
:
'MyEnum'
,
'data'
:
[
'one'
]
,
'prefix'
:
[
'fish'
]
}