Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-wrong-data.json
diff --git a/qemu/tests/qapi-schema/enum-wrong-data.json b/qemu/tests/qapi-schema/enum-wrong-data.json
new file mode 100644 (file)
index 0000000..7b3e255
--- /dev/null
@@ -0,0 +1,2 @@
+# we require that all qapi enums have an array for data
+{ 'enum': 'MyEnum', 'data': { 'value': 'str' } }