From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYeYv-0002PX-E2 for qemu-devel@nongnu.org; Sun, 27 May 2012 10:35:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYeYt-00070K-LU for qemu-devel@nongnu.org; Sun, 27 May 2012 10:35:16 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:33389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYeYt-000707-Bs for qemu-devel@nongnu.org; Sun, 27 May 2012 10:35:15 -0400 Received: by lbok6 with SMTP id k6so1844603lbo.4 for ; Sun, 27 May 2012 07:35:11 -0700 (PDT) From: Max Filippov Date: Sun, 27 May 2012 18:34:48 +0400 Message-Id: <1338129294-16742-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PULL 1.1 0/6] target-xtensa MMU fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Max Filippov , Anthony Liguori Hello. This series fixes subtle bugs in the xtensa hardware pagewalking implementation and adds more MMU test cases. The following changes since commit aeb29b6459cb9496b38c820f3faff64cf2369d0d: audio: Always call fini on exit (2012-05-24 19:35:27 +0400) are available in the git repository at: git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa Max Filippov (6): target-xtensa: flush TLB page for new MMU mapping target-xtensa: update EXCVADDR in case of page table lookup target-xtensa: extract TLB entry setting method target-xtensa: update autorefill TLB entries conditionally target-xtensa: control page table lookup explicitly target-xtensa: add MMU pagewalking tests target-xtensa/cpu.h | 5 +- target-xtensa/helper.c | 61 +++++++----- target-xtensa/op_helper.c | 20 +++- tests/tcg/xtensa/test_mmu.S | 221 ++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 260 insertions(+), 47 deletions(-) -- 1.7.7.6