From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HF6w9-0003We-HM for qemu-devel@nongnu.org; Thu, 08 Feb 2007 05:55:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HF6w9-0003WQ-3B for qemu-devel@nongnu.org; Thu, 08 Feb 2007 05:55:33 -0500 Received: from mx1.polytechnique.org ([129.104.30.34]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HF6w6-0001yQ-PD for qemu-devel@nongnu.org; Thu, 08 Feb 2007 05:55:31 -0500 Received: from [172.17.17.9] (gw.netgem.com [195.68.2.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 5E2793316F for ; Thu, 8 Feb 2007 11:27:23 +0100 (CET) Message-ID: <45CAFAFC.7030904@bellard.org> Date: Thu, 08 Feb 2007 11:27:08 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Booting Fedora in qemu-system-ppc References: <1170921435.29759.1252.camel@pmac.infradead.org> In-Reply-To: <1170921435.29759.1252.camel@pmac.infradead.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Note that there seem to be a regression in the PPC target in the 0.9.0 version (it no longer boots a Mandrake Linux CD I was using as regression test). I did not try yet to find the related commits. Regards, Fabrice. David Woodhouse wrote: > When booting the Fedora install CD, we seem to fall over on the ofboot.b > script which decides whether to use the 32-bit or 64-bit kernel. > http://people.redhat.com/jkeating/qemu-ppc.png > > Attempting to boot yaboot instead (with -kernel /usr/lib/yaboot/yaboot) > doesn't seem much happier -- instead it says: > > OF_property_copy cannot get property for 'alias' for > No name in node! > > Attempting to boot either the 'vmlinux' or the zImage kernel+initrd in > images/netboot/ppc32.img also fails similarly. > > Are there any special tricks to getting anything to boot in > qemu-system-ppc? > > Now that OpenFirmware is GPL'd, is it worth porting it? >