summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-12-07 11:47:57 -0200
committerLuiz Capitulino <lcapitulino@redhat.com>2012-01-18 10:23:38 -0200
commit9ad5372daa3100d78b12aad59054970f15692a90 (patch)
tree28059b2e628eac297566f4d3230193423cce34a1 /hmp-commands.hx
parentqapi: Convert set_password (diff)
downloadqemu-kvm-9ad5372daa3100d78b12aad59054970f15692a90.tar.gz
qemu-kvm-9ad5372daa3100d78b12aad59054970f15692a90.tar.bz2
qemu-kvm-9ad5372daa3100d78b12aad59054970f15692a90.zip
qapi: Convert expire_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 4355a6f1e..047fba2ee 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1239,8 +1239,7 @@ ETEXI
.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 = hmp_expire_password,
},
STEXI