From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmrVL-00055G-Gy for qemu-devel@nongnu.org; Tue, 20 May 2014 17:23:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmrVC-0001SN-Gc for qemu-devel@nongnu.org; Tue, 20 May 2014 17:23:23 -0400 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:57052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmrVC-0001SE-9z for qemu-devel@nongnu.org; Tue, 20 May 2014 17:23:14 -0400 Received: by mail-la0-f47.google.com with SMTP id pn19so903149lab.34 for ; Tue, 20 May 2014 14:23:13 -0700 (PDT) From: Max Filippov Date: Wed, 21 May 2014 01:22:27 +0400 Message-Id: <1400620950-32297-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH 0/3] target-xtensa: fix cross-page jumps/calls at the end of TB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Max Filippov Hi, this series fixes cross-page TB linking bug in target-xtensa that managed to survive for a major release period. With this bug fixed it is finally possible to build linux kernel under xtensa linux running in system mode QEMU (but it may take a couple of days to complete). Max Filippov (3): target-xtensa: fix cross-page jumps/calls at the end of TB target-xtensa: completely clean TLB between MMU tests target-xtensa: add tests for cross-page TB target-xtensa/translate.c | 4 +- tests/tcg/xtensa/test_mmu.S | 246 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 241 insertions(+), 9 deletions(-) -- 1.8.1.4