Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / redefined-builtin.json
diff --git a/qemu/tests/qapi-schema/redefined-builtin.json b/qemu/tests/qapi-schema/redefined-builtin.json
new file mode 100644 (file)
index 0000000..45b8a55
--- /dev/null
@@ -0,0 +1,2 @@
+# we reject types that duplicate builtin names
+{ 'struct': 'size', 'data': { 'myint': 'size' } }