From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44508 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2WlG-0006kf-Bm for qemu-devel@nongnu.org; Wed, 23 Mar 2011 18:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2WlC-0008QI-NW for qemu-devel@nongnu.org; Wed, 23 Mar 2011 18:42:39 -0400 Received: from gate.crashing.org ([63.228.1.57]:56150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2WlC-0008Q8-Ek for qemu-devel@nongnu.org; Wed, 23 Mar 2011 18:42:38 -0400 From: Benjamin Herrenschmidt In-Reply-To: <718D6A15-9A86-4568-9FC2-0F34DC561DCA@suse.de> References: <1300858247-8197-1-git-send-email-david@gibson.dropbear.id.au> <1300914374.2402.385.camel@pasglop> <718D6A15-9A86-4568-9FC2-0F34DC561DCA@suse.de> Content-Type: text/plain; charset="UTF-8" Date: Thu, 24 Mar 2011 09:42:31 +1100 Message-ID: <1300920151.2402.389.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: Alexander Graf Cc: paulus@samba.org, qemu-devel@nongnu.org, David Gibson On Wed, 2011-03-23 at 22:29 +0100, Alexander Graf wrote: > > It should work. I've used my laptop with a 32-bit qemu iirc for a > while > > when working on SLOF... at least I -think- I did :-) > > 32-bit host or guest? I'm talking about --target-list=ppc-softmmu Ohhh sorry, you are right, -M pseries makes no sense at this stage with a 32-bit guest. Cheers, Ben.