From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XekiZ-0003Kx-7K for qemu-devel@nongnu.org; Thu, 16 Oct 2014 09:03:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XekiU-0002my-JB for qemu-devel@nongnu.org; Thu, 16 Oct 2014 09:03:47 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:18758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XekiU-0002mn-DJ for qemu-devel@nongnu.org; Thu, 16 Oct 2014 09:03:42 -0400 Message-ID: <543FC229.9010409@imgtec.com> Date: Thu, 16 Oct 2014 14:03:37 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1404806257-28048-1-git-send-email-leon.alrae@imgtec.com> <1404806257-28048-8-git-send-email-leon.alrae@imgtec.com> <543FA37F.8080804@imgtec.com> In-Reply-To: <543FA37F.8080804@imgtec.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 7/9] target-mips: add TLBINV support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org Cc: aurelien@aurel32.net On 16/10/2014 11:52, Yongbok Kim wrote: >> + ctx.ie = (env->CP0_Config4 >> CP0C4_IE) & 1; > > & 3 > Yeah, initially I tested TLBINV using mips64r6-generic cpu where Config4.IE is set to 3, thus it worked... Thanks, Leon