From ba85d351913a05aac9773fc3924a0264b0e1a833 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 10 Feb 2010 23:49:52 -0200 Subject: Monitor: Convert do_block_set_passwd() to cmd_new_ret() Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- qemu-monitor.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-monitor.hx') diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 835fd0573..d2be5c416 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -1117,7 +1117,7 @@ ETEXI .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, + .cmd_new_ret = do_block_set_passwd, }, STEXI -- cgit v1.2.3