From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEjMj-0002Tu-Es for qemu-devel@nongnu.org; Thu, 11 Jun 2009 08:26:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEjMe-0002Sy-Ex for qemu-devel@nongnu.org; Thu, 11 Jun 2009 08:26:44 -0400 Received: from [199.232.76.173] (port=59908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEjMe-0002Sq-39 for qemu-devel@nongnu.org; Thu, 11 Jun 2009 08:26:40 -0400 Received: from mx2.redhat.com ([66.187.237.31]:53001) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEjMd-0005Qj-Lk for qemu-devel@nongnu.org; Thu, 11 Jun 2009 08:26:39 -0400 Date: Thu, 11 Jun 2009 13:26:34 +0100 From: "Richard W.M. Jones" Subject: Re: [Qemu-devel] Anyone got qemu-system-ppc{,64} to boot anything? Message-ID: <20090611122634.GC15215@amd.home.annexia.org> References: <19416261.483901244719081964.JavaMail.servlet@kundenserver> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19416261.483901244719081964.JavaMail.servlet@kundenserver> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: qemu-devel@nongnu.org On Thu, Jun 11, 2009 at 01:18:01PM +0200, Laurent Vivier wrote: > [...] > >So has _anyone_ got an example of qemu-system-ppc{,64} booting an OS > >that they can share with us? > > qemu-system-ppc boots fine the lenny debian install CD: > > http://gensho.acc.umu.se/debian-cd/5.0.1/powerpc/iso-cd/debian-501-powerpc-netinst.iso > > (commit abc0754527e30acf278765f66d2157b6c75dc549) > > command line: > > ./ppc-softmmu/qemu-system-ppc -L ./pc-bios/ -cdrom debian-501-powerpc-netinst.iso Excellent, and using the same technique I also managed to boot my own appliance. The problem, it turned out, was the serial console doesn't work, ie: -append "console=ttyS0" -serial stdio produces no output. I'm still looking into this issue. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw