diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-07 11:17:51 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-01-18 10:23:38 -0200 |
commit | fbf796fd6f855313d2c02b7d8e1a0c4241b1e0b6 (patch) | |
tree | 789cec2028477461ecfcc3b5b159b14464360aff /qmp-commands.hx | |
parent | a6aa9d3e2681199d159963e46524625d90669619 (diff) |
qapi: Convert set_password
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 7e3f4b9a59..eadad054cb 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -851,10 +851,7 @@ EQMP { .name = "set_password", .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_new = qmp_marshal_input_set_password, }, SQMP |