From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19rwcU-00085l-P7 for qemu-devel@nongnu.org; Wed, 27 Aug 2003 05:29:38 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19rwcP-00084U-Us for qemu-devel@nongnu.org; Wed, 27 Aug 2003 05:29:35 -0400 Received: from [213.86.99.235] (helo=pentafluge.infradead.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19rwcK-00083K-KU for qemu-devel@nongnu.org; Wed, 27 Aug 2003 05:29:28 -0400 Received: from amarseille-201-1-3-63.w193-253.abo.wanadoo.fr ([193.253.250.63] helo=6-allhosts) by pentafluge.infradead.org with asmtp (Exim 4.22 #5 (Red Hat Linux)) id 19ruO7-0002ZK-7i for ; Wed, 27 Aug 2003 08:06:39 +0100 From: Benjamin Herrenschmidt In-Reply-To: References: Message-Id: <1061967936.1290.40.camel@gaston> Mime-Version: 1.0 Date: Wed, 27 Aug 2003 09:05:36 +0200 Subject: Re: [Qemu-devel] vl on PPC ? Content-Type: text/plain Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, 2003-08-26 at 23:21, Mark Guertin wrote: > Hi everyone > > Has anyone been able to run vl on PPC yet? I saw some reference to this on > the mailing list archives, but I've been unable to boot any of the kernels > Rusty provided with vl. > > I don't have the exact error at hand, but it IIRC it was something to do > with memory locations. > > I do have qemu running beautifully under gcc 3.x on ppc and it has taken > pretty much everything I've thrown at it in a full x86 glibc-2.3.1 + gcc > 3.2.1 environment, but would love this 'virtual machine' setup to work. Just a random guess: In the host PPC kernel, try editing include/asm/processor.hi -#define TASK_SIZE (0x80000000UL) +#define TASK_SIZE (0xc0000000UL) And let me know if that helps Ben.