qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [CFR 2/10] qmp: block_passwd command


From: Anthony Liguori
Subject: [Qemu-devel] [CFR 2/10] qmp: block_passwd command
Date: Tue, 15 Jun 2010 11:30:22 -0500

block_passwd
------------

Set the password of encrypted block devices.

Arguments:

- "device": device name (json-string)
- "password": password (json-string)

Example:

-> { "execute": "block_passwd", "arguments": { "device": "ide0-hd0",
                                               "password": "12345" } }
<- { "return": {} }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]