These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-clash-member.json
1 # we reject enums where members will clash when mapped to C enum
2 { 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }