From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EWK9S-00046z-5q for qemu-devel@nongnu.org; Sun, 30 Oct 2005 15:51:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EWK9R-00045i-0b for qemu-devel@nongnu.org; Sun, 30 Oct 2005 15:51:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWK9P-000454-US for qemu-devel@nongnu.org; Sun, 30 Oct 2005 15:51:36 -0500 Received: from [84.96.92.61] (helo=sMtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EWK9Q-0007Jb-5h for qemu-devel@nongnu.org; Sun, 30 Oct 2005 15:51:36 -0500 Received: from [84.99.204.20] by sp604002mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IP600345XXYVX40@sp604002mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Sun, 30 Oct 2005 21:51:34 +0100 (CET) Date: Sun, 30 Oct 2005 21:53:00 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel] SPARC patch for OS X (big endian machines) In-reply-to: <8c2b58c5dbd7bef1e6dd8fa31c9f2d41@soe.ucsc.edu> Message-id: <436532AC.3050700@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <8c2b58c5dbd7bef1e6dd8fa31c9f2d41@soe.ucsc.edu> 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 Cc: renau@soe.ucsc.edu Jose Renau wrote: > > Without the following patch, I was unable to "start" the Linux boot > process > on OS X (powerPC bigendian). I tried on ia64 (Linux) and works fine too. I made a more generic patch. Tell me if it still works... Fabrice.