diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-28 11:59:37 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:01 -0200 |
commit | 3dc853832db7bf8ac3878e0666c639d3bc02b587 (patch) | |
tree | 3a7cfd6a4412b73c1cedde073c18f8bb1be0b274 /qmp-commands.hx | |
parent | 4f0a993bf349e61632113a11e85ef588c66b421d (diff) |
qapi: Convert migrate_set_speed
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 b4cadebe96..002e7e8bd9 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -492,10 +492,7 @@ EQMP { .name = "migrate_set_speed", .args_type = "value:o", - .params = "value", - .help = "set maximum speed (in bytes) for migrations", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_migrate_set_speed, + .mhandler.cmd_new = qmp_marshal_input_migrate_set_speed, }, SQMP |