mirror of https://gitee.com/openkylin/qemu.git
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>
This commit is contained in:
parent
f2eaea1884
commit
91f96b643c
|
@ -652,23 +652,6 @@ Arguments:
|
||||||
Returns: Nothing on success
|
Returns: Nothing on success
|
||||||
If "device" does not exist or cannot be determined, DeviceNotFound
|
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
|
block_set_io_throttle
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
@ -971,6 +971,13 @@
|
||||||
# occur if an invalid password is specified.
|
# occur if an invalid password is specified.
|
||||||
#
|
#
|
||||||
# Since: 0.14.0
|
# Since: 0.14.0
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "block_passwd", "arguments": { "device": "ide0-hd0",
|
||||||
|
# "password": "12345" } }
|
||||||
|
# <- { "return": {} }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'block_passwd', 'data': {'*device': 'str',
|
{ 'command': 'block_passwd', 'data': {'*device': 'str',
|
||||||
'*node-name': 'str', 'password': 'str'} }
|
'*node-name': 'str', 'password': 'str'} }
|
||||||
|
|
Loading…
Reference in New Issue