From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y02Co-0001vM-Lu for qemu-devel@nongnu.org; Sun, 14 Dec 2014 00:59:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y02Cf-00089V-LB for qemu-devel@nongnu.org; Sun, 14 Dec 2014 00:58:58 -0500 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:47995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y02Cf-00089M-Di for qemu-devel@nongnu.org; Sun, 14 Dec 2014 00:58:49 -0500 Received: by mail-la0-f43.google.com with SMTP id s18so8024825lam.30 for ; Sat, 13 Dec 2014 21:58:48 -0800 (PST) From: Max Filippov Date: Sun, 14 Dec 2014 08:58:38 +0300 Message-Id: <1418536720-28070-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] target-xtensa: fix translation for cross-page opcodes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Max Filippov Hi, this series fixes translation for opcodes crossing page boundary and adds a testcase. Max Filippov (2): target-xtensa: fix translation for opcodes crossing page boundary target-xtensa: test cross-page opcode target-xtensa/translate.c | 27 +++++++++++++++++++++++---- tests/tcg/xtensa/test_mmu.S | 26 +++++++++++++------------- 2 files changed, 36 insertions(+), 17 deletions(-) -- 1.8.1.4