From 4f0a993bf349e61632113a11e85ef588c66b421d Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Sun, 27 Nov 2011 23:18:01 -0200 Subject: qapi: Convert migrate_set_downtime Signed-off-by: Luiz Capitulino --- hmp-commands.hx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hmp-commands.hx') diff --git a/hmp-commands.hx b/hmp-commands.hx index e48c2ca531..6ba694d45a 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -801,8 +801,7 @@ ETEXI .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 -- cgit v1.2.1