diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-27 23:18:01 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:01 -0200 |
commit | 4f0a993bf349e61632113a11e85ef588c66b421d (patch) | |
tree | 2bdd8e358fece196ce2fe41ec4f594715485ab2b /qmp-commands.hx | |
parent | 6cdedb075f7a338bff7e97b3139bae5289157ae0 (diff) | |
download | qemu-4f0a993bf349e61632113a11e85ef588c66b421d.tar.gz qemu-4f0a993bf349e61632113a11e85ef588c66b421d.tar.bz2 qemu-4f0a993bf349e61632113a11e85ef588c66b421d.zip |
qapi: Convert migrate_set_downtime
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 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 |