diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-23 13:28:21 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:01 -0200 |
commit | a4dea8a9f4e0a4a863e5f3b366350fd697552d8a (patch) | |
tree | 6721237466ed612c826d6f2d0e3eeb6800fc5282 /qmp-commands.hx | |
parent | 4b37156c40c3d7d63ac332e3bb9f85a66c3f5e5e (diff) |
qapi: Convert block_passwd
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r-- | qmp-commands.hx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx index 5054da3faf..bbf9bfcdd8 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -806,10 +806,7 @@ EQMP { .name = "block_passwd", .args_type = "device:B,password:s", - .params = "block_passwd device password", - .help = "set the password of encrypted block devices", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_block_set_passwd, + .mhandler.cmd_new = qmp_marshal_input_block_passwd, }, SQMP |