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-00085k-Pw 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 19rwcR-000851-Fz for qemu-devel@nongnu.org; Wed, 27 Aug 2003 05:29:36 -0400 Received: from [213.86.99.235] (helo=pentafluge.infradead.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19rwcP-00083K-Rb for qemu-devel@nongnu.org; Wed, 27 Aug 2003 05:29:34 -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 19ruzk-0002di-VV for ; Wed, 27 Aug 2003 08:45:33 +0100 From: Benjamin Herrenschmidt In-Reply-To: References: Message-Id: <1061970270.612.42.camel@gaston> Mime-Version: 1.0 Date: Wed, 27 Aug 2003 09:44:30 +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 another question... how did you get "vl" to build on PPC ? It seems here that it still has some x86 stuffs like inline asm doing rdtsc... Ben.