Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / union-optional-branch.json
diff --git a/qemu/tests/qapi-schema/union-optional-branch.json b/qemu/tests/qapi-schema/union-optional-branch.json
new file mode 100644 (file)
index 0000000..591615f
--- /dev/null
@@ -0,0 +1,2 @@
+# union branches cannot be optional
+{ 'union': 'Union', 'data': { '*a': 'int', 'b': 'str' } }