aboutsummaryrefslogtreecommitdiff
path: root/docs/qmp-commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/qmp-commands.txt')
-rw-r--r--docs/qmp-commands.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 1faa47ff58..65cab07768 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -1128,22 +1128,6 @@ Example:
"iops_size": 0 } }
<- { "return": {} }
-expire_password
----------------
-
-Set the password expire time for vnc/spice protocols.
-
-Arguments:
-
-- "protocol": protocol name (json-string)
-- "time": [ now | never | +secs | secs ] (json-string)
-
-Example:
-
--> { "execute": "expire_password", "arguments": { "protocol": "vnc",
- "time": "+60" } }
-<- { "return": {} }
-
qmp_capabilities
----------------