From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEqm7-0004w3-Jh for qemu-devel@nongnu.org; Thu, 11 Jun 2009 16:21:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEqm2-0004pd-BL for qemu-devel@nongnu.org; Thu, 11 Jun 2009 16:21:26 -0400 Received: from [199.232.76.173] (port=55638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEqm2-0004pR-7U for qemu-devel@nongnu.org; Thu, 11 Jun 2009 16:21:22 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:62247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEqm1-0005D4-TQ for qemu-devel@nongnu.org; Thu, 11 Jun 2009 16:21:22 -0400 Received: by bwz23 with SMTP id 23so1541037bwz.34 for ; Thu, 11 Jun 2009 13:21:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090611100718.GB17601@amd.home.annexia.org> References: <20090610174836.GA17601@amd.home.annexia.org> <20090611100718.GB17601@amd.home.annexia.org> Date: Thu, 11 Jun 2009 23:21:20 +0300 Message-ID: Subject: Re: [Qemu-devel] Anyone got qemu-system-ppc{,64} to boot anything? From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: qemu-devel@nongnu.org On 6/11/09, Richard W.M. Jones wrote: > > The problem in the parent message was because I was using the wrong > CPU. Although the binary is called 'qemu-system-ppc64', don't be > misled into thinking that means it'll emulate a 64 bit PowerPC > processor! Oh no, you have to supply the extra '-cpu ppc64' > parameter. > > Most of the '-M' options appear to be non-functional, segfaulting or > hanging or complaining about missing BIOS images. > > I've had no more luck with 'qemu-system-ppc'. > > So has _anyone_ got an example of qemu-system-ppc{,64} booting an OS > that they can share with us? Debian 4.0 R6: qemu-system-ppc64 -boot d -cdrom debian-40r6-powerpc-businesscard.iso -M mac99 -usb -usbdevice keyboard -usbdevice mouse -cpu 970fx Select 'install64'. Gentoo 2008.0: qemu-system-ppc64 -boot d -cdrom install-powerpc-minimal-2008.0.iso -M mac99 -cpu 970fx -prom-env 'boot-device=cd:0,\boot\yaboot' -prom-env 'boot-args=conf=cd:0,\boot\yaboot.conf' Select G5 (default). Both above get to userspace, but they seem to hang soon.