Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / alternate-nested.json
diff --git a/qemu/tests/qapi-schema/alternate-nested.json b/qemu/tests/qapi-schema/alternate-nested.json
new file mode 100644 (file)
index 0000000..c4233b9
--- /dev/null
@@ -0,0 +1,5 @@
+# we reject a nested alternate branch
+{ 'alternate': 'Alt1',
+  'data': { 'name': 'str', 'value': 'int' } }
+{ 'alternate': 'Alt2',
+  'data': { 'nested': 'Alt1' } }