commit | 4f0a993bf349e61632113a11e85ef588c66b421d | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <[email protected]> | Sun Nov 27 23:18:01 2011 -0200 |
committer | Luiz Capitulino <[email protected]> | Tue Dec 06 11:40:01 2011 -0200 |
tree | 2bdd8e358fece196ce2fe41ec4f594715485ab2b | |
parent | 6cdedb075f7a338bff7e97b3139bae5289157ae0 [diff] [blame] |
qapi: Convert migrate_set_downtime Signed-off-by: Luiz Capitulino <[email protected]>
diff --git a/hmp-commands.hx b/hmp-commands.hx index e48c2ca..6ba694d 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -801,8 +801,7 @@ .args_type = "value:T", .params = "value", .help = "set maximum tolerated downtime (in seconds) for migrations", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_migrate_set_downtime, + .mhandler.cmd = hmp_migrate_set_downtime, }, STEXI