summary refs log tree commit diff stats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-12-07 11:17:51 -0200
committerLuiz Capitulino <lcapitulino@redhat.com>2012-01-18 10:23:38 -0200
commitfbf796fd6f855313d2c02b7d8e1a0c4241b1e0b6 (patch)
tree789cec2028477461ecfcc3b5b159b14464360aff /hmp-commands.hx
parenta6aa9d3e2681199d159963e46524625d90669619 (diff)
downloadfocaccia-qemu-fbf796fd6f855313d2c02b7d8e1a0c4241b1e0b6.tar.gz
focaccia-qemu-fbf796fd6f855313d2c02b7d8e1a0c4241b1e0b6.zip
qapi: Convert set_password
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx3
1 files changed, 1 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index a586498495..4355a6f1e4 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1219,8 +1219,7 @@ ETEXI
         .args_type  = "protocol:s,password:s,connected:s?",
         .params     = "protocol password action-if-connected",
         .help       = "set spice/vnc password",
-        .user_print = monitor_user_noop,
-        .mhandler.cmd_new = set_password,
+        .mhandler.cmd = hmp_set_password,
     },
 
 STEXI