Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / union-max.json
diff --git a/qemu/tests/qapi-schema/union-max.json b/qemu/tests/qapi-schema/union-max.json
new file mode 100644 (file)
index 0000000..d6ad986
--- /dev/null
@@ -0,0 +1,3 @@
+# we reject 'max' branch in a union, for collision with C enum
+{ 'union': 'Union',
+  'data': { 'max': 'int' } }