From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44773 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2Wmb-0007o7-Cy for qemu-devel@nongnu.org; Wed, 23 Mar 2011 18:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2WmQ-00007N-0y for qemu-devel@nongnu.org; Wed, 23 Mar 2011 18:43:55 -0400 Received: from gate.crashing.org ([63.228.1.57]:56159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2WmP-00007F-M0 for qemu-devel@nongnu.org; Wed, 23 Mar 2011 18:43:53 -0400 From: Benjamin Herrenschmidt In-Reply-To: <20110323145112.GI22782@yookeroo> References: <1300858247-8197-1-git-send-email-david@gibson.dropbear.id.au> <20110323145112.GI22782@yookeroo> Content-Type: text/plain; charset="UTF-8" Date: Thu, 24 Mar 2011 09:43:46 +1100 Message-ID: <1300920226.2402.390.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [0/27] Implement emulation of pSeries logical partitions (v4) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: paulus@samba.org, Alexander Graf , qemu-devel@nongnu.org On Thu, 2011-03-24 at 01:51 +1100, David Gibson wrote: > Ah, you probably need to increase the amount of memory given to the > guest. The SLOF image, certainly, won't work with the qemu default > memory size. Try -m 512. Ah good point, forgot about that. SLOF has a minimum of 256M due to the way we do the memory layout. We haven't quite figured out yet how to have qemu just default to that for -M pseries. Cheers, Ben.