These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-bad-prefix.json
1 # The prefix must be a string type
2 { 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }