From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFQu1-0002Wg-UC for qemu-devel@nongnu.org; Mon, 17 Feb 2014 11:18:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFQtt-0004sh-Hf for qemu-devel@nongnu.org; Mon, 17 Feb 2014 11:18:41 -0500 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:35846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFQtt-0004s9-B1 for qemu-devel@nongnu.org; Mon, 17 Feb 2014 11:18:33 -0500 Received: by mail-ee0-f52.google.com with SMTP id e53so7182564eek.11 for ; Mon, 17 Feb 2014 08:18:32 -0800 (PST) Sender: Paolo Bonzini Message-ID: <53023651.5080804@redhat.com> Date: Mon, 17 Feb 2014 17:18:25 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392299426-13160-3-git-send-email-imammedo@redhat.com> <1392307986-27730-1-git-send-email-imammedo@redhat.com> In-Reply-To: <1392307986-27730-1-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Igor Mammedov , qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.crosthwaite@xilinx.com, akong@redhat.com, stefanha@redhat.com, mjt@tls.msk.ru, armbru@redhat.com, mreitz@redhat.com, aliguori@amazon.com, lcapitulino@redhat.com, lersek@redhat.com 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. Paolo