From: Jes Sorensen <jes.soren...@redhat.com> Signed-off-by: Jes Sorensen <jes.soren...@redhat.com> --- hmp-commands.hx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/hmp-commands.hx b/hmp-commands.hx index 95bdb91..f138a76 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -756,7 +756,8 @@ ETEXI .name = "migrate_set_speed", .args_type = "value:o", .params = "value", - .help = "set maximum speed (in bytes) for migrations", + .help = "set maximum speed (in bytes) for migrations. " + "Defaults to KB if no size suffix is specified, ie. K/M/G/T", .user_print = monitor_user_noop, .mhandler.cmd_new = do_migrate_set_speed, }, -- 1.7.2.3