aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:20:39 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:28 +0100
commit4d8a374e3e62ab581be74a66915fd38b1c98816f (patch)
treec160f76cd1020e350cc0e09ad5fedd533a3cd247 /docs
parentb953601be00e020bd960d7bd4f1276b743cd35fd (diff)
downloadqemu-4d8a374e3e62ab581be74a66915fd38b1c98816f.zip
qemu-4d8a374e3e62ab581be74a66915fd38b1c98816f.tar.gz
qemu-4d8a374e3e62ab581be74a66915fd38b1c98816f.tar.bz2
qmp-commands: move 'set_password' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-commands.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 88bb012..1faa47f 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -1128,23 +1128,6 @@ Example:
"iops_size": 0 } }
<- { "return": {} }
-set_password
-------------
-
-Set the password for vnc/spice protocols.
-
-Arguments:
-
-- "protocol": protocol name (json-string)
-- "password": password (json-string)
-- "connected": [ keep | disconnect | fail ] (json-string, optional)
-
-Example:
-
--> { "execute": "set_password", "arguments": { "protocol": "vnc",
- "password": "secret" } }
-<- { "return": {} }
-
expire_password
---------------