From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8tBJ-0006wR-Nt for qemu-devel@nongnu.org; Tue, 26 May 2009 05:42:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8tBI-0006ve-8c for qemu-devel@nongnu.org; Tue, 26 May 2009 05:42:48 -0400 Received: from [199.232.76.173] (port=36594 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8tBH-0006vU-M5 for qemu-devel@nongnu.org; Tue, 26 May 2009 05:42:48 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:10303) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8tBH-0003bt-Cp for qemu-devel@nongnu.org; Tue, 26 May 2009 05:42:47 -0400 Received: by fg-out-1718.google.com with SMTP id l27so702519fgb.8 for ; Tue, 26 May 2009 02:42:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090526093944.GB4784@derik> References: <20090423171503.GC4629@derik> <200904301708.01385.paul@codesourcery.com> <20090523165033.GC8037@derik> <200905241931.19368.paul@codesourcery.com> <20090526093944.GB4784@derik> Date: Tue, 26 May 2009 11:42:44 +0200 Message-ID: <761ea48b0905260242v4290a835rd8b958c7544e667c@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH 1/16] ARM Add ARM 920T identifiers From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vincent Sanders Cc: qemu-devel@nongnu.org On Tue, May 26, 2009 at 11:39 AM, Vincent Sanders wrote: > I will post the updated patch to the list shortly. Please be assured > that every program we have tried (boot loaders, Linux, BSD etc.) > appears to function as expected, to the point it had not been > apparient the 920 was a different ISA version to the default emulation. > > So while this is indeed a technical issue, in practice it doesnt seem > to be a major problem. It could be a major problem if you start playing with ARM/Thumb interworking. Laurent