From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFRHQ-0004np-U8 for qemu-devel@nongnu.org; Mon, 17 Feb 2014 11:42:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFRHL-0004WB-Qw for qemu-devel@nongnu.org; Mon, 17 Feb 2014 11:42:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFRHL-0004W5-IS for qemu-devel@nongnu.org; Mon, 17 Feb 2014 11:42:47 -0500 Date: Mon, 17 Feb 2014 11:42:37 -0500 From: Luiz Capitulino Message-ID: <20140217114237.14e6201c@redhat.com> In-Reply-To: <53023651.5080804@redhat.com> References: <1392299426-13160-3-git-send-email-imammedo@redhat.com> <1392307986-27730-1-git-send-email-imammedo@redhat.com> <53023651.5080804@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] vl: convert -m to QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, peter.crosthwaite@xilinx.com, akong@redhat.com, stefanha@redhat.com, mjt@tls.msk.ru, qemu-devel@nongnu.org, armbru@redhat.com, aliguori@amazon.com, Igor Mammedov , mreitz@redhat.com, lersek@redhat.com On Mon, 17 Feb 2014 17:18:25 +0100 Paolo Bonzini wrote: > Il 13/02/2014 17:13, Igor Mammedov ha scritto: > > Adds option to -m > > "mem" - startup memory amount > > > > For compatibility with legacy CLI if suffix-less number is passed, > > it assumes amount in MiB. > > > > Otherwise user is free to use suffixed number using suffixes b,k/K,M,G > > > > Signed-off-by: Igor Mammedov > > Signed-off-by: Paolo Bonzini > > I am applying this to a NUMA branch that will be on top of Luiz's qmp > queue. Because of this, it will be rebased. My queue is going to be rebased because it broke the build... And, as you have a NUMA branch: http://lists.nongnu.org/archive/html/qemu-devel/2014-02/msg02484.html