Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / returns-int.json
diff --git a/qemu/tests/qapi-schema/returns-int.json b/qemu/tests/qapi-schema/returns-int.json
new file mode 100644 (file)
index 0000000..870ec63
--- /dev/null
@@ -0,0 +1,3 @@
+# It is okay (although not extensible) to return a non-dictionary
+# But to make it work, the name must be in a whitelist
+{ 'command': 'guest-get-time', 'returns': 'int' }