Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / enum-empty.json
diff --git a/qemu/tests/qapi-schema/enum-empty.json b/qemu/tests/qapi-schema/enum-empty.json
new file mode 100644 (file)
index 0000000..40d4e85
--- /dev/null
@@ -0,0 +1,2 @@
+# An empty enum, although unusual, is currently acceptable
+{ 'enum': 'MyEnum', 'data': [ ] }