Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / alternate-conflict-string.json
diff --git a/qemu/tests/qapi-schema/alternate-conflict-string.json b/qemu/tests/qapi-schema/alternate-conflict-string.json
new file mode 100644 (file)
index 0000000..72f04a8
--- /dev/null
@@ -0,0 +1,6 @@
+# we reject alternates with multiple string-like branches
+{ 'enum': 'Enum',
+  'data': [ 'hello', 'world' ] }
+{ 'alternate': 'Alt',
+  'data': { 'one': 'str',
+            'two': 'Enum' } }