summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:31:48 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:29 +0100
commitee332b5125e416600d0b47689d8050f479b38479 (patch)
treee9840b68ca0f9a9fab4026f36d8d55f108892cfc /qapi-schema.json
parent2ccb98033353512a1cdf171fdc88047d5977c97d (diff)
downloadqemu-ee332b5125e416600d0b47689d8050f479b38479.tar.gz
qmp-commands: move 'dump-skeys' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index d0f6a32ad1..c28817169b 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3310,6 +3310,13 @@
# This command is only supported on s390 architecture.
#
# Since: 2.5
+#
+# Example:
+#
+# -> { "execute": "dump-skeys",
+# "arguments": { "filename": "/tmp/skeys" } }
+# <- { "return": {} }
+#
##
{ 'command': 'dump-skeys',
'data': { 'filename': 'str' } }