commit | 3dc853832db7bf8ac3878e0666c639d3bc02b587 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <[email protected]> | Mon Nov 28 11:59:37 2011 -0200 |
committer | Luiz Capitulino <[email protected]> | Tue Dec 06 11:40:01 2011 -0200 |
tree | 3a7cfd6a4412b73c1cedde073c18f8bb1be0b274 | |
parent | 4f0a993bf349e61632113a11e85ef588c66b421d [diff] [blame] |
qapi: Convert migrate_set_speed Signed-off-by: Luiz Capitulino <[email protected]>
diff --git a/hmp-commands.hx b/hmp-commands.hx index 6ba694d..fdbed15 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -786,8 +786,7 @@ .params = "value", .help = "set maximum speed (in bytes) for migrations. " "Defaults to MB if no size suffix is specified, ie. B/K/M/G/T", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_migrate_set_speed, + .mhandler.cmd = hmp_migrate_set_speed, }, STEXI