From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53765 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKbkG-0007tZ-EJ for qemu-devel@nongnu.org; Fri, 04 Jun 2010 14:35:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKbkE-0004KR-UU for qemu-devel@nongnu.org; Fri, 04 Jun 2010 14:35:52 -0400 Received: from are.twiddle.net ([75.149.56.221]:49107) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKbkE-0004K3-A1 for qemu-devel@nongnu.org; Fri, 04 Jun 2010 14:35:50 -0400 Message-ID: <4C094781.3080900@twiddle.net> Date: Fri, 04 Jun 2010 11:35:45 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 07/10] target-mips: add microMIPS CPUs References: <1274717984-25887-1-git-send-email-froydnj@codesourcery.com> <1274717984-25887-8-git-send-email-froydnj@codesourcery.com> In-Reply-To: <1274717984-25887-8-git-send-email-froydnj@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nathan Froyd Cc: qemu-devel@nongnu.org, aurelien@aurel32.net 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.... ;-) r~