Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / command-int.json
diff --git a/qemu/tests/qapi-schema/command-int.json b/qemu/tests/qapi-schema/command-int.json
new file mode 100644 (file)
index 0000000..c90d408
--- /dev/null
@@ -0,0 +1,3 @@
+# we reject collisions between commands and types
+{ 'command': 'int', 'data': { 'character': 'str' },
+  'returns': { 'value': 'int' } }