From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnNRA-0008Ie-AS for qemu-devel@nongnu.org; Wed, 29 Apr 2015 04:33:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnNR9-0007qv-0c for qemu-devel@nongnu.org; Wed, 29 Apr 2015 04:33:44 -0400 Sender: Paolo Bonzini Message-ID: <5540975F.3090804@redhat.com> Date: Wed, 29 Apr 2015 10:33:35 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430204006-10160-1-git-send-email-nikunj@linux.vnet.ibm.com> <1430204006-10160-2-git-send-email-nikunj@linux.vnet.ibm.com> <20150428133029.3494542e@thh440s> <20150429015638.GC32589@voom.redhat.com> <87sibjxsfo.fsf@abhimanyu.in.ibm.com> In-Reply-To: <87sibjxsfo.fsf@abhimanyu.in.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [REBASE PATCH v5 1/2] machine: add default_ram_size to machine class List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikunj A Dadhania , David Gibson Cc: thuth@redhat.com, aik@ozlabs.ru, armbru@redhat.com, agraf@suse.de, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, marcel.apfelbaum@gmail.com, imammedo@redhat.com On 29/04/2015 10:14, Nikunj A Dadhania wrote: > > Hi Paolo, > > David Gibson writes: >> On Tue, Apr 28, 2015 at 01:30:29PM +0200, Thomas Huth wrote: >>> On Tue, 28 Apr 2015 12:23:25 +0530 >>> Nikunj A Dadhania wrote: >> [snip] >>> Looks good to me. >>> >>> Reviewed-by: Thomas Huth >> >> Same here, >> >> Reviewed-by: David Gibson > > Can you push this patch via you tree? > > David will push the spapr changes dependent on this patch through his > tree. > > https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg04006.html > > Regards, > Nikunj > > > Acked-by: Paolo Bonzini so David can push both patches. But isn't 1G a bit too much? At least on x86 you can easily boot with 512M. Paolo