From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHlIx-0002mR-Nc for qemu-devel@nongnu.org; Wed, 04 May 2011 19:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHlIw-0003l9-GT for qemu-devel@nongnu.org; Wed, 04 May 2011 19:16:27 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:63000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHlIw-0003kz-Dn for qemu-devel@nongnu.org; Wed, 04 May 2011 19:16:26 -0400 Received: by ywl41 with SMTP id 41so689164ywl.4 for ; Wed, 04 May 2011 16:16:26 -0700 (PDT) Message-ID: <4DC1DE39.8050309@landley.net> Date: Wed, 04 May 2011 18:16:09 -0500 From: Rob Landley MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] A Question List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, zhangzhenkai@gmail.com, peter.maydell@linaro.org On 05/04/2011 10:46 AM, Peter Maydell wrote: > On 4 May 2011 16:26, Zhenkai Zhang wrote: >> I want to emulate some code for ARM7TDMI. Does Qemu support this ARM type? > > No, we don't emulate an ARM7TDMI. However depending on what your code > does it's possible that you might be able to get away with using the > ARM926 model. If you want to emulate a system image (rather than an > individual Linux application binary) you also need to consider what > SoC/device/peripherals the system image requires and whether QEMU > supports them: that is likely to be a bigger obstacle. > > -- PMM I note that I have a half-dozen prebuilt system images at http://landley.net/aboriginal/downloads/binaries and the build scripts and such are in the directories above that. FYI. I'm working on updating them to a current kernel, and fixing the ones that have bit-rotted (sparc, sh4...) Rob