From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Woqaz-0006MC-Ot for qemu-devel@nongnu.org; Mon, 26 May 2014 04:49:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Woqau-000303-9f for qemu-devel@nongnu.org; Mon, 26 May 2014 04:49:25 -0400 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:54135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Woqat-0002zm-Rw for qemu-devel@nongnu.org; Mon, 26 May 2014 04:49:20 -0400 Received: by mail-lb0-f179.google.com with SMTP id c11so4038530lbj.38 for ; Mon, 26 May 2014 01:49:18 -0700 (PDT) From: Max Filippov Date: Mon, 26 May 2014 12:48:53 +0400 Message-Id: <1401094133-3112-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PULL] 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: Peter Maydell , Max Filippov Hi Peter, please pull my fixes series for target-xtensa. The following changes since commit 178ac111bca16c08a79b2609ebdc75197bea976a: Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-22 19:04:49 +0100) are available in the git repository at: git://github.com/OSLL/qemu-xtensa.git tags/20140526-xtensa for you to fetch changes up to 57a740514d2f68330ae408894b4c5ab01cfb0a83: target-xtensa: add tests for cross-page TB (2014-05-26 12:33:54 +0400) ---------------------------------------------------------------- Xtensa fixes queue 2014-05-26: - fix cross-page jumps/calls at the end of TB; - add tests for TBs and instructions crossing page boundary. ---------------------------------------------------------------- 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(-)