diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 14:01:09 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:45 +0100 |
commit | 91f96b643c43cf8253d383f505f10737e3149ca2 (patch) | |
tree | e98885c0a4a7e95287fa4703d3d743d19f7dfaf3 /docs | |
parent | f2eaea1884c1e2abc226f8eae1d3cfc760de70f2 (diff) |
qmp-commands: move 'block_passwd' 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.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 41797c8f4d..8bf810be29 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -652,23 +652,6 @@ Arguments: Returns: Nothing on success If "device" does not exist or cannot be determined, DeviceNotFound -block_passwd ------------- - -Set the password of encrypted block devices. - -Arguments: - -- "device": device name (json-string) -- "node-name": name in the block driver state graph (json-string) -- "password": password (json-string) - -Example: - --> { "execute": "block_passwd", "arguments": { "device": "ide0-hd0", - "password": "12345" } } -<- { "return": {} } - block_set_io_throttle ------------ |