From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50529 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7Wrk-0007B5-Dt for qemu-devel@nongnu.org; Wed, 06 Apr 2011 13:50:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7Wri-0002JP-OT for qemu-devel@nongnu.org; Wed, 06 Apr 2011 13:50:04 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:40037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7Wri-0002JK-IX for qemu-devel@nongnu.org; Wed, 06 Apr 2011 13:50:02 -0400 Received: by vxb41 with SMTP id 41so1491255vxb.4 for ; Wed, 06 Apr 2011 10:50:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1301924326-7457-1-git-send-email-dbaryshkov@gmail.com> <1301924326-7457-2-git-send-email-dbaryshkov@gmail.com> Date: Wed, 6 Apr 2011 18:50:01 +0100 Message-ID: Subject: Re: [Qemu-devel] [PATCH 1/3] arm: basic support for ARMv4/ARMv4T emulation From: Peter Maydell Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Eremin-Solenikov Cc: qemu-devel@nongnu.org On 6 April 2011 18:41, Dmitry Eremin-Solenikov wrote: > On 4/6/11, Peter Maydell wrote: >> On 4 April 2011 14:38, Dmitry Eremin-Solenikov wrote: >>> Currently target-arm/ assumes at least ARMv5 core. Add support for >>> handling also ARMv4/ARMv4T. This changes the following instructions: >> >>> Signed-off-by: Dmitry Eremin-Solenikov >> >> Reviewed-by: Peter Maydell > > Please commit then, as I don't have commit access. Neither do I :-) I'm assuming Aurelien will also review this; if all else fails it will go into my set of ARM patches for the next pull request I make. -- PMM