From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnyCa-0001BM-IW for qemu-devel@nongnu.org; Wed, 07 Jun 2006 09:36:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnyCX-0001AY-7S for qemu-devel@nongnu.org; Wed, 07 Jun 2006 09:36:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnyCX-0001AN-1U for qemu-devel@nongnu.org; Wed, 07 Jun 2006 09:36:01 -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 1FnyK8-0005ok-4i for qemu-devel@nongnu.org; Wed, 07 Jun 2006 09:43:52 -0400 From: Paul Brook Subject: Re: [Qemu-devel] I want to add the ARMv6 instructions, who can give some advices? Date: Wed, 7 Jun 2006 14:35:52 +0100 References: <39134b110606070011y1ea95f6bh5e64468bc5b53c04@mail.gmail.com> In-Reply-To: <39134b110606070011y1ea95f6bh5e64468bc5b53c04@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606071435.52969.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 07 June 2006 08:11, wang lianwei wrote: > Hi all, > > I want to add the ARMv6 instructions support to the QEMU, and now I am > analysing the QEMU architecture. I think maybe someone has done it or doing > it now. > > Can you give me some guide about this work or give your suggestions? I have already implemented armv6 and armv7 support in qemu, but am unable to distribute it for legal reasons. See the previous thread on this topic: http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00199.html If you want armv6 support in qemu your best bet is to contact ARM and persuade them to lift this restriction. Paul