From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6yEd-0008PL-BP for qemu-devel@nongnu.org; Mon, 22 Jun 2015 05:41:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6yEc-0000zV-EG for qemu-devel@nongnu.org; Mon, 22 Jun 2015 05:41:47 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:37908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6yEc-0000ys-0A for qemu-devel@nongnu.org; Mon, 22 Jun 2015 05:41:46 -0400 Message-ID: <5587D859.5060408@imgtec.com> Date: Mon, 22 Jun 2015 10:41:45 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1434731138-4918-1-git-send-email-yongbok.kim@imgtec.com> <1434731138-4918-8-git-send-email-yongbok.kim@imgtec.com> In-Reply-To: <1434731138-4918-8-git-send-email-yongbok.kim@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 07/15] target-mips: signal RI for removed instructions in microMIPS R6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org Cc: aurelien@aurel32.net On 19/06/2015 17:25, Yongbok Kim wrote: > Signal a Reserved Instruction exception for removed instruction encoding > in microMIPS Release 6. > > Signed-off-by: Yongbok Kim > --- > target-mips/translate.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 68 insertions(+), 0 deletions(-) Reviewed-by: Leon Alrae