From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmzKL-0000Im-8n for qemu-devel@nongnu.org; Tue, 28 Apr 2015 02:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmzKE-00008P-DL for qemu-devel@nongnu.org; Tue, 28 Apr 2015 02:49:05 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:47094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmzKD-000080-PX for qemu-devel@nongnu.org; Tue, 28 Apr 2015 02:48:58 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 28 Apr 2015 16:48:54 +1000 From: Nikunj A Dadhania In-Reply-To: <87y4lcddls.fsf@linux.vnet.ibm.com> References: <1425570490-16626-1-git-send-email-nikunj@linux.vnet.ibm.com> <87a8za7v23.fsf@abhimanyu.in.ibm.com> <87y4lcddls.fsf@linux.vnet.ibm.com> Date: Tue, 28 Apr 2015 12:17:57 +0530 Message-ID: <87vbggda02.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v5 0/2] Introduce default ram size in MachineClass List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, agraf@suse.de, Paolo Bonzini , Peter Maydell , David Gibson Cc: imammedo@redhat.com, qemu-ppc@nongnu.org, thuth@linux.vnet.ibm.com, marcel.apfelbaum@gmail.com, armbru@redhat.com Nikunj A Dadhania writes: > Nikunj A Dadhania writes: > >> Nikunj A Dadhania writes: >> >>> Current DEFAULT_RAM_SIZE(128MB) enforced by QEMU would not work for >>> all machines. Introduce a default_ram_size as part of MachineClass. >>> >>> The below patches has following behaviour: >>> >>> 1) If the user does not provide "-m" option, machine's default ram >>> size will be picked. >>> >>> 2) The default behaviour of "-m" is not changed >>> >>> On the side note, there are other cleanup of removing ram_size, slots >>> and maxmem from vl.c. All these are being parsed by generic code. This >>> can be moved to machine specific property. I will take a stab at it >>> next. >> >> Ping, >> >> Agraf, will this go via your ppc tree? > > > Agraf, ping Does not apply cleanly on the latest master, will send a rebased patch Regards Nikunj