From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZF2Oi-0000Ha-60 for qemu-devel@nongnu.org; Tue, 14 Jul 2015 11:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZF2Oh-0000ap-EC for qemu-devel@nongnu.org; Tue, 14 Jul 2015 11:45:32 -0400 Received: from hall.aurel32.net ([2001:bc8:30d7:100::1]:41417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZF2Oh-0000YC-2y for qemu-devel@nongnu.org; Tue, 14 Jul 2015 11:45:31 -0400 From: Aurelien Jarno Date: Tue, 14 Jul 2015 17:45:15 +0200 Message-Id: <1436888717-8122-1-git-send-email-aurelien@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] target-mips: fix Windows NT support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Leon Alrae , =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Aurelien Jarno This patch set fix Windows NT support by correctly emulating the LWL/LWR/LDL/LDR instructions. The first patch is the actual fix and we might want to see it included in 2.4, though the problem is not new to 2.4. The second patch is a small improvement in the generated TCG code, so we probably want to wait for 2.5. Aurelien Jarno (2): target-mips: fix page fault address for LWL/LWR/LDL/LDR target-mips: simplify LWL/LDL mask generation target-mips/translate.c | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) -- 2.1.4