From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcdCE-0001d7-0L for qemu-devel@nongnu.org; Thu, 17 Sep 2015 13:42:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcdC9-0000Ae-2h for qemu-devel@nongnu.org; Thu, 17 Sep 2015 13:42:09 -0400 Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]:34263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcdC8-0000AX-Vc for qemu-devel@nongnu.org; Thu, 17 Sep 2015 13:42:05 -0400 Received: by qkfq186 with SMTP id q186so9573706qkf.1 for ; Thu, 17 Sep 2015 10:42:04 -0700 (PDT) Sender: Richard Henderson References: <1442505799-17700-1-git-send-email-aurelien@aurel32.net> From: Richard Henderson Message-ID: <55FAFB69.30601@twiddle.net> Date: Thu, 17 Sep 2015 10:42:01 -0700 MIME-Version: 1.0 In-Reply-To: <1442505799-17700-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] tcg/mips: small cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: James Hogan On 09/17/2015 09:03 AM, Aurelien Jarno wrote: > I have these patches for quite some time in one of my local branch in > the hope I would have time to do further changes. Given that I am going > to send a pull request for the 64-bit qemu_ld issue, I think it's a good > opportunity to also include them. > > Aurelien Jarno (2): > tcg/mips: move tcg_out_addsub2 > tcg/mips: pass oi to tcg_out_tlb_load > > tcg/mips/tcg-target.c | 118 +++++++++++++++++++++++--------------------------- > 1 file changed, 54 insertions(+), 64 deletions(-) > Reviewed-by: Richard Henderson r~