From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46759 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKby7-0002Y1-ME for qemu-devel@nongnu.org; Fri, 04 Jun 2010 14:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKby6-0006eC-Gr for qemu-devel@nongnu.org; Fri, 04 Jun 2010 14:50:11 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:38005) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKby6-0006e6-5l for qemu-devel@nongnu.org; Fri, 04 Jun 2010 14:50:10 -0400 Date: Fri, 4 Jun 2010 11:50:09 -0700 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 07/10] target-mips: add microMIPS CPUs Message-ID: <20100604185009.GI19235@codesourcery.com> References: <1274717984-25887-1-git-send-email-froydnj@codesourcery.com> <1274717984-25887-8-git-send-email-froydnj@codesourcery.com> <4C094781.3080900@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C094781.3080900@twiddle.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On Fri, Jun 04, 2010 at 11:35:45AM -0700, Richard Henderson wrote: > On 05/24/2010 09:19 AM, Nathan Froyd wrote: > > Signed-off-by: Nathan Froyd > > --- > > target-mips/translate_init.c | 61 ++++++++++++++++++++++++++++++++++++++++++ > > 1 files changed, 61 insertions(+), 0 deletions(-) > > > Reviewed-by: Richard Henderson > > ... not that there's anything in here I could actually verify > without hardware manuals.... ;-) :) For avoidance of doubt, the 24K*micromips variants were added for easy testing initially; the 4Km-micromips definition is actually based on real hardware. I'm happy to just submit the one based on real hardware if that would be easier. -Nathan