diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-07 11:47:57 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-01-18 10:23:38 -0200 |
commit | 9ad5372daa3100d78b12aad59054970f15692a90 (patch) | |
tree | 28059b2e628eac297566f4d3230193423cce34a1 /qmp-commands.hx | |
parent | fbf796fd6f855313d2c02b7d8e1a0c4241b1e0b6 (diff) |
qapi: Convert expire_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 eadad054cb..d7264b2dbb 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -877,10 +877,7 @@ EQMP { .name = "expire_password", .args_type = "protocol:s,time:s", - .params = "protocol time", - .help = "set spice/vnc password expire-time", - .user_print = monitor_user_noop, - .mhandler.cmd_new = expire_password, + .mhandler.cmd_new = qmp_marshal_input_expire_password, }, SQMP |