Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / redefined-command.json
diff --git a/qemu/tests/qapi-schema/redefined-command.json b/qemu/tests/qapi-schema/redefined-command.json
new file mode 100644 (file)
index 0000000..247e401
--- /dev/null
@@ -0,0 +1,3 @@
+# we reject commands defined more than once
+{ 'command': 'foo', 'data': { 'one': 'str' } }
+{ 'command': 'foo', 'data': { '*two': 'str' } }