From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MAA7M-0005S3-2v for qemu-devel@nongnu.org; Fri, 29 May 2009 18:00:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MAA7H-0005Ps-2U for qemu-devel@nongnu.org; Fri, 29 May 2009 17:59:59 -0400 Received: from [199.232.76.173] (port=45007 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAA7G-0005Pj-TG for qemu-devel@nongnu.org; Fri, 29 May 2009 17:59:54 -0400 Received: from mx20.gnu.org ([199.232.41.8]:52845) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MAA7G-0006er-Db for qemu-devel@nongnu.org; Fri, 29 May 2009 17:59:54 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MAA7E-0002wx-Ah for qemu-devel@nongnu.org; Fri, 29 May 2009 17:59:52 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 1/1] Update ARM emulation to be version 4t by default Date: Fri, 29 May 2009 22:59:49 +0100 References: <1243603405-12989-1-git-send-email-vince@simtec.co.uk> <1243603405-12989-2-git-send-email-vince@simtec.co.uk> In-Reply-To: <1243603405-12989-2-git-send-email-vince@simtec.co.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905292259.50068.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: Vincent Sanders On Friday 29 May 2009, Vincent Sanders wrote: > Update ARM emulation to be version 4t by default and add v5 as a > feature. Implementation is very similar to the way the v6 features are > presented. You really need to distinguish between v5t and v5te. You've also missed the different load behavior, which is probably the most important difference. Paul