From a4dea8a9f4e0a4a863e5f3b366350fd697552d8a Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 23 Nov 2011 13:28:21 -0200 Subject: qapi: Convert block_passwd Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino --- qmp-commands.hx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'qmp-commands.hx') diff --git a/qmp-commands.hx b/qmp-commands.hx index 5054da3fa..bbf9bfcdd 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 -- cgit v1.2.3