From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxuRy-0003mv-UY for qemu-devel@nongnu.org; Tue, 04 Jul 2006 19:37:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxuRw-0003le-Ci for qemu-devel@nongnu.org; Tue, 04 Jul 2006 19:37:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxuRw-0003lT-0k for qemu-devel@nongnu.org; Tue, 04 Jul 2006 19:37:00 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fxufi-0005cs-0i for qemu-devel@nongnu.org; Tue, 04 Jul 2006 19:51:14 -0400 From: Paul Brook Subject: Re: [Qemu-devel] ARM9 emulation? Date: Wed, 5 Jul 2006 00:36:55 +0100 References: <44AAF751.50605@allcaps.org> In-Reply-To: <44AAF751.50605@allcaps.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607050036.55448.paul@codesourcery.com> 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 On Wednesday 05 July 2006 00:18, Andrew Lentvorski wrote: > I was looking at the Qemu sites, but I didn't see a particularly clear > discussion of what version(s) or ARM instructions can be emulated. You didn't look very hard. From http://www.qemu.org/qemu-doc.html#SEC46: "The ARM Integrator/CP board is emulated with the following devices: * ARM926E or ARM1026E CPU" > ARM7 (ARMv7) seems to be emulated. ARM7 and ARMv7 are completely different things. One is a CPU model, the other is an architecture specification. Paul