From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54114 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P493y-0003z8-Iu for qemu-devel@nongnu.org; Fri, 08 Oct 2010 05:16:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P493x-0000Ku-Ie for qemu-devel@nongnu.org; Fri, 08 Oct 2010 05:16:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P493x-0000Ko-Am for qemu-devel@nongnu.org; Fri, 08 Oct 2010 05:16:25 -0400 From: Jes.Sorensen@redhat.com Date: Fri, 8 Oct 2010 11:15:59 +0200 Message-Id: <1286529360-5715-7-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1286529360-5715-1-git-send-email-Jes.Sorensen@redhat.com> References: <1286529360-5715-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH 6/7] Clarify default values in migration speed argument in monitor List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, armbru@redhat.com From: Jes Sorensen Signed-off-by: Jes Sorensen --- 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