From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbSKJ-0007TD-K9 for qemu-devel@nongnu.org; Mon, 14 Sep 2015 07:53:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbSKF-00050A-Kv for qemu-devel@nongnu.org; Mon, 14 Sep 2015 07:53:39 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:35485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbSKF-0004zM-Fe for qemu-devel@nongnu.org; Mon, 14 Sep 2015 07:53:35 -0400 References: <1442178479-28142-1-git-send-email-aurelien@aurel32.net> From: Leon Alrae Message-ID: <55F6B534.3020001@imgtec.com> Date: Mon, 14 Sep 2015 12:53:24 +0100 MIME-Version: 1.0 In-Reply-To: <1442178479-28142-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] target-mips: get rid of old debugging code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org On 13/09/15 22:07, Aurelien Jarno wrote: > This patchset get rid of old debugging code in translate.c, that has > been superseded by other debugging way (e.g. (-d in_asm,op). It comes > from the discussion there: > > https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg03162.html > > I had it ready for some time, now that 2.4 has been release, it's > probably time to apply it. > > Aurelien Jarno (2): > target-mips: get rid of MIPS_DEBUG > target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS > > target-mips/translate.c | 663 ++---------------------------------------------- > 1 file changed, 19 insertions(+), 644 deletions(-) > Reviewed-by: Leon Alrae Thanks, Leon