Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-int-member.json
diff --git a/qemu/tests/qapi-schema/enum-int-member.json b/qemu/tests/qapi-schema/enum-int-member.json
new file mode 100644 (file)
index 0000000..6c9c32e
--- /dev/null
@@ -0,0 +1,3 @@
+# we reject any enum member that is not a string
+# FIXME: once the parser understands integer inputs, improve the error message
+{ 'enum': 'MyEnum', 'data': [ 1 ] }