From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQOOU-0008CN-9A for qemu-devel@nongnu.org; Mon, 03 Apr 2006 08:42:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQOOS-0008BY-VD for qemu-devel@nongnu.org; Mon, 03 Apr 2006 08:42:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQOOS-0008BL-NA for qemu-devel@nongnu.org; Mon, 03 Apr 2006 08:42:52 -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 1FQORW-0006gx-3o for qemu-devel@nongnu.org; Mon, 03 Apr 2006 08:46:02 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Missing ARMv6 instructions? Date: Mon, 3 Apr 2006 13:42:42 +0100 References: <20060402163244.GC30784@mail.shareable.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604031342.44774.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 > IMHO majority of embedded devices is still ARM7TDMI based and this > instruction set (ARMv4 IIRC) should be emulated well in Qemu. Depends which market segments you're aiming at. If you're aiming at well established legacy or cheap, low-end hardware then yes armv4t is fine. If you want to use qemu for development/prototyping of new products then you need an emulator that knows about modern systems, not something two generations out of date. Paul