summary refs log tree commit diff stats
path: root/docs/qmp-commands.txt
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 14:01:09 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:45 +0100
commit91f96b643c43cf8253d383f505f10737e3149ca2 (patch)
treee98885c0a4a7e95287fa4703d3d743d19f7dfaf3 /docs/qmp-commands.txt
parentf2eaea1884c1e2abc226f8eae1d3cfc760de70f2 (diff)
downloadfocaccia-qemu-91f96b643c43cf8253d383f505f10737e3149ca2.tar.gz
focaccia-qemu-91f96b643c43cf8253d383f505f10737e3149ca2.zip
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/qmp-commands.txt')
-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 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
 ------------