From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42929 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4FkX-0002fw-CO for qemu-devel@nongnu.org; Fri, 08 Oct 2010 12:25:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4FhY-0006jk-3v for qemu-devel@nongnu.org; Fri, 08 Oct 2010 12:21:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4FhX-0006ja-Py for qemu-devel@nongnu.org; Fri, 08 Oct 2010 12:21:44 -0400 Message-ID: <4CAF4511.3050905@redhat.com> Date: Fri, 08 Oct 2010 18:21:37 +0200 From: Paolo Bonzini 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> In-Reply-To: <1286529360-5715-7-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Jes.Sorensen@redhat.com Cc: qemu-devel@nongnu.org, armbru@redhat.com On 10/08/2010 11:15 AM, Jes.Sorensen@redhat.com wrote: > 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", ^^ To MB, no? Paolo