From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqpr-0005dY-Vh for qemu-devel@nongnu.org; Thu, 29 Oct 2015 13:18:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrqpo-0004sV-1E for qemu-devel@nongnu.org; Thu, 29 Oct 2015 13:17:59 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:39498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqpn-0004sP-Ro for qemu-devel@nongnu.org; Thu, 29 Oct 2015 13:17:55 -0400 References: <1446132428-36981-1-git-send-email-yongbok.kim@imgtec.com> From: Yongbok Kim Message-ID: <563254BB.8040200@imgtec.com> Date: Thu, 29 Oct 2015 17:17:47 +0000 MIME-Version: 1.0 In-Reply-To: <1446132428-36981-1-git-send-email-yongbok.kim@imgtec.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] target-mips: fix updating XContext on mmu exception List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: leon.alrae@imgtec.com, aurelien@aurel32.net > + /* BadVPN2 */ (extract64(address, 13, env->SEGBITS - 14) << 4); it has to be env->SEGBITS - 13. I will resend this patch. Regards, Yongbok