Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / bad-type-int.json
diff --git a/qemu/tests/qapi-schema/bad-type-int.json b/qemu/tests/qapi-schema/bad-type-int.json
new file mode 100644 (file)
index 0000000..56fc6f8
--- /dev/null
@@ -0,0 +1,3 @@
+# we reject an expression with a metatype that is not a string
+# FIXME: once the parser understands integer inputs, improve the error message
+{ 'struct': 1, 'data': { } }