From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsGIO-0001rz-2K for qemu-devel@nongnu.org; Fri, 10 Apr 2009 08:57:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsGIJ-0001nN-3h for qemu-devel@nongnu.org; Fri, 10 Apr 2009 08:57:23 -0400 Received: from [199.232.76.173] (port=41727 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsGII-0001nI-50 for qemu-devel@nongnu.org; Fri, 10 Apr 2009 08:57:18 -0400 Received: from mu-out-0910.google.com ([209.85.134.186]:59084) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsGIH-0000VQ-3Z for qemu-devel@nongnu.org; Fri, 10 Apr 2009 08:57:17 -0400 Received: by mu-out-0910.google.com with SMTP id w1so317138mue.2 for ; Fri, 10 Apr 2009 05:57:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 10 Apr 2009 15:57:15 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: sparc32 boot breakage on ppc host Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: The OpenBIOS Mailinglist , qemu-devel On 4/10/09, Andreas F=C3=A4rber wrote: > Hello, > > As mentioned on qemu-devel, sparc32 softmmu is no longer booting on OSX/= ppc I must have missed that message. I guess you mean this one: http://article.gmane.org/gmane.comp.emulators.qemu/40767 > host. This applies to both harddisk and DVD images, all Debian Etch. It > hangs after "Booting file ... with parameters '' Trying ..." (before "Not= a > bootable ELF image"). > > These are the results of my bisection: > > r482 (QEMU r6962) nope > r479 (QEMU r6777) nope > 1.0 (QEMU r6658 + > 9794f74f9c1dd0fbef30ded9e5c14c28a6fa579b) nope > ??? (QEMU r6563 + > 9794f74f9c1dd0fbef30ded9e5c14c28a6fa579b) nope > ??? (QEMU r6273 + e58ffeb322e2ef88cc23e9505366418bf793316d > w/ --disable-aio) works > r237 (QEMU r5262) works > > Has anyone recently been successful booting on ppc, could this be some > endianness issue? It works fine on OpenSolaris/amd64 host. It also works on OpenBSD/Sparc64 host, which is big endian. Linux/i386 works too, so 32 bit case is covered. I doubt that this can be a problem in OpenBIOS, I find QEMU more likely suspect. Can you boot any other big endian targets on PPC, for example PPC?