Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / data-array-unknown.json
diff --git a/qemu/tests/qapi-schema/data-array-unknown.json b/qemu/tests/qapi-schema/data-array-unknown.json
new file mode 100644 (file)
index 0000000..6f3e883
--- /dev/null
@@ -0,0 +1,2 @@
+# we reject an array for data if it does not contain a known type
+{ 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }