diff options
Diffstat (limited to 'qemu/tests/qapi-schema/returns-int.json')
-rw-r--r-- | qemu/tests/qapi-schema/returns-int.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/tests/qapi-schema/returns-int.json b/qemu/tests/qapi-schema/returns-int.json new file mode 100644 index 000000000..870ec6366 --- /dev/null +++ b/qemu/tests/qapi-schema/returns-int.json @@ -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' } |