Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-int-member.json
1 # we reject any enum member that is not a string
2 # FIXME: once the parser understands integer inputs, improve the error message
3 { 'enum': 'MyEnum', 'data': [ 1 ] }