From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AsV1V-0001Ce-7N for qemu-devel@nongnu.org; Sun, 15 Feb 2004 17:46:01 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AsV0v-00018A-2Q for qemu-devel@nongnu.org; Sun, 15 Feb 2004 17:45:56 -0500 Received: from [63.228.1.57] (helo=gate.crashing.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AsV0u-00017r-LM for qemu-devel@nongnu.org; Sun, 15 Feb 2004 17:45:24 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.12.8/8.12.8) with ESMTP id i1FMcdUn020492 for ; Sun, 15 Feb 2004 16:38:40 -0600 Subject: Re: [Qemu-devel] PPC emulation on Qemu From: Benjamin Herrenschmidt In-Reply-To: <1076861194.25360.1433.camel@rapid> References: <1076854076.25228.1309.camel@rapid> <1076855825.14624.5.camel@localhost> <1076861194.25360.1433.camel@rapid> Content-Type: text/plain Message-Id: <1076885041.6959.113.camel@gaston> Mime-Version: 1.0 Date: Mon, 16 Feb 2004 09:44:02 +1100 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 Mon, 2004-02-16 at 03:06, J. Mayer wrote: > On Sun, 2004-02-15 at 15:59, Gabriel Ebner wrote: > > Hello, > > > > Am Son, den 15.02.2004 schrieb J. Mayer um 15:07: > > > We can't boot any PPC OS with qemu for now. > > > I'm sorry you'll have to be patient... > > > > I have heard on this list that you're working on that, the website says > > that PPC system emulation is in development, but I couldn't find any > > code in qemu CVS. > > > > Just curious, but is there already any code? > > The code to emulate supervisor mode and MMU is mostly commited. But the > code to handle peripherals, emulate open-firmware (which is a poor > approch, but...) and really launch a linux kernel isn't really usable > for now. Did you use some of MOL's code ? (MacOnLinus contains OF client interface emulation and some low level Mac hw emulation like interrupt controller, PCI host bridge, etc...) Ben.