Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-max-member.json
1 # we reject user-supplied 'max' for clashing with implicit enum end
2 # TODO: should we instead munge the implicit value to avoid the clash?
3 { 'enum': 'MyEnum', 'data': [ 'max' ] }