aboutsummaryrefslogtreecommitdiff
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
parent2ccb98033353512a1cdf171fdc88047d5977c97d (diff)
downloadqemu-ee332b5125e416600d0b47689d8050f479b38479.zip
qemu-ee332b5125e416600d0b47689d8050f479b38479.tar.gz
qemu-ee332b5125e416600d0b47689d8050f479b38479.tar.bz2
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>
-rw-r--r--docs/qmp-commands.txt14
-rw-r--r--qapi-schema.json7
2 files changed, 7 insertions, 14 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index e4c8457..b19c36d 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -205,20 +205,6 @@ Example:
<- { "return": { "status": "active", "completed": 1024000,
"total": 2048000 } }
-dump-skeys
-----------
-
-Save guest storage keys to file.
-
-Arguments:
-
-- "filename": file path (json-string)
-
-Example:
-
--> { "execute": "dump-skeys", "arguments": { "filename": "/tmp/skeys" } }
-<- { "return": {} }
-
netdev_add
----------
diff --git a/qapi-schema.json b/qapi-schema.json
index d0f6a32..c288171 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' } }