From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45027 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5C8J-0004Lz-KW for qemu-devel@nongnu.org; Mon, 11 Oct 2010 02:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5C8I-0001BE-Kh for qemu-devel@nongnu.org; Mon, 11 Oct 2010 02:45:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5C8I-0001Ay-Eg for qemu-devel@nongnu.org; Mon, 11 Oct 2010 02:45:14 -0400 Message-ID: <4CB2B274.1060005@redhat.com> Date: Mon, 11 Oct 2010 08:45:08 +0200 From: Jes Sorensen MIME-Version: 1.0 References: <1286529360-5715-1-git-send-email-Jes.Sorensen@redhat.com> <1286529360-5715-7-git-send-email-Jes.Sorensen@redhat.com> <4CAF4511.3050905@redhat.com> In-Reply-To: <4CAF4511.3050905@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [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: Paolo Bonzini Cc: qemu-devel@nongnu.org, armbru@redhat.com On 10/08/10 18:21, Paolo Bonzini wrote: >> 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", > ^^ > > To MB, no? DOH, you're right. Re-spin coming up shortly unless I receive anymore comments. Cheers, Jes