From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bzjcv-0008RI-4V for qemu-devel@nongnu.org; Tue, 24 Aug 2004 18:18:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bzjct-0008R6-IR for qemu-devel@nongnu.org; Tue, 24 Aug 2004 18:18:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bzjct-0008R3-GB for qemu-devel@nongnu.org; Tue, 24 Aug 2004 18:18:47 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BzjYC-0003HB-1h for qemu-devel@nongnu.org; Tue, 24 Aug 2004 18:13:56 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id 87036331E5 for ; Wed, 25 Aug 2004 00:13:54 +0200 (CEST) Received: from djali.m4x.org ([127.0.0.1]) by localhost (djali [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 31788-07 for ; Wed, 25 Aug 2004 00:13:54 +0200 (CEST) Received: from bellard.org (nas-cbv-9-213-228-44-167.dial.proxad.net [213.228.44.167]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 6B05133174 for ; Wed, 25 Aug 2004 00:13:53 +0200 (CEST) Message-ID: <412BBDB8.40106@bellard.org> Date: Wed, 25 Aug 2004 00:14:16 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] chroot to ARM Gentoo install. References: <200408241238.32517.james@alentdesignsolutions.com> <200408242106.57803.paul@codesourcery.com> <20040824212611.GA28915@xi.wantstofly.org> <200408242244.39081.paul@codesourcery.com> In-Reply-To: <200408242244.39081.paul@codesourcery.com> 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 Paul Brook wrote: > On Tuesday 24 August 2004 22:26, Lennert Buytenhek wrote: > >>On Tue, Aug 24, 2004 at 09:06:57PM +0100, Paul Brook wrote: >> >>>You don't mention what sort of ARM chip you are using. qemu only supports >>>armv4. It does not currently implement the armv4t or armv5 instruction >>>sets. I have patches implementing armv5te, but they still need testing. >> >>Can I volunteer? > > > Sure. Patch attached. This includes a couple of other minor changes I've got > in my local tree. > > I've run the gcc testsuite in arm mode (cross-compiling with an an armv4 libc) > and the results look reasonable. Thumb mode is totally untested. Now you can begin Strong ARM system mode emulation ! Simulating a Netwinder hardware should be possible with the existing PC devices. Fabrice.