From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZyic-0006aJ-RK for qemu-devel@nongnu.org; Fri, 03 Oct 2014 05:00:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZyiX-0004CN-DZ for qemu-devel@nongnu.org; Fri, 03 Oct 2014 05:00:06 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:32269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZyiX-0004Bw-89 for qemu-devel@nongnu.org; Fri, 03 Oct 2014 05:00:01 -0400 Message-ID: <542E6583.9080904@imgtec.com> Date: Fri, 3 Oct 2014 09:59:47 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1403882530-47821-1-git-send-email-leon.alrae@imgtec.com> <1403882530-47821-17-git-send-email-leon.alrae@imgtec.com> <542D78FE.2000901@imgtec.com> In-Reply-To: <542D78FE.2000901@imgtec.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 16/21] target-mips: add new Floating Point instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org Cc: aurelien@aurel32.net, rth@twiddle.net Hi Yongbok, On 02/10/2014 17:10, Yongbok Kim wrote: > Hi, > > Overall looking good but has issues with not freeing tcg_temps and some > style problem which > failed with the checkpatch.pl script. I remember that checkpatch.pl just hung on this patch, probably due to macros. Regards, Leon