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 --- qmp-commands.hx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'qmp-commands.hx') diff --git a/qmp-commands.hx b/qmp-commands.hx index 5eb4b76dfc..b4cadebe96 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -518,10 +518,7 @@ EQMP { .name = "migrate_set_downtime", .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_new = qmp_marshal_input_migrate_set_downtime, }, SQMP -- cgit v1.2.3