From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGch8-00084p-QG for qemu-devel@nongnu.org; Tue, 16 Jun 2009 13:43:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGch4-000847-CF for qemu-devel@nongnu.org; Tue, 16 Jun 2009 13:43:38 -0400 Received: from [199.232.76.173] (port=51615 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGch4-000844-9F for qemu-devel@nongnu.org; Tue, 16 Jun 2009 13:43:34 -0400 Received: from mx20.gnu.org ([199.232.41.8]:47557) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGcPT-0005ao-T2 for qemu-devel@nongnu.org; Tue, 16 Jun 2009 13:25:23 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGcPT-0003YT-05 for qemu-devel@nongnu.org; Tue, 16 Jun 2009 13:25:23 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] ARM7TDMI emulation Date: Tue, 16 Jun 2009 18:25:18 +0100 References: <200707021527.54435.uli@suse.de> <200707031645.51832.uli@suse.de> <5b31733c0906151211o1c95245ay38f2d09c123ea0c9@mail.gmail.com> In-Reply-To: <5b31733c0906151211o1c95245ay38f2d09c123ea0c9@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906161825.18981.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Filip Navara > this is a rewritten version of the original patch to work on the latest > qemu git. Anything that needs to be done to get this merged? You're missing quite a few bits here. For example load pc should do the same as pop pc, and there are many other instructions that aren't valid on v5t/v5te. See the recent arm920t patches (and corresponding discussion). Paul