From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8q5v-0006a7-K3 for qemu-devel@nongnu.org; Mon, 03 May 2010 03:29:35 -0400 Received: from [140.186.70.92] (port=53230 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8q5t-0006Zj-75 for qemu-devel@nongnu.org; Mon, 03 May 2010 03:29:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8q5r-0003OH-TU for qemu-devel@nongnu.org; Mon, 03 May 2010 03:29:32 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:47992) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8q5r-0003O9-Lx for qemu-devel@nongnu.org; Mon, 03 May 2010 03:29:31 -0400 Received: by fxm12 with SMTP id 12so1871356fxm.4 for ; Mon, 03 May 2010 00:29:30 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=[192.168.1.2]) by skyserv with esmtp (Exim 4.71) (envelope-from ) id 1O8q5p-00007s-6o for qemu-devel@nongnu.org; Mon, 03 May 2010 11:29:29 +0400 From: "Igor V. Kovalenko" Date: Mon, 03 May 2010 11:29:28 +0400 Message-ID: <20100503072448.367.7010.stgit@skyserv> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/3] sparc64: improve mmu context handling List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following series implements more sparc64 MMU bits. We now support secondary and nucleus contexts referenced by alternate space access instructions, and handle global MMU translation entries. --- Igor V. Kovalenko (3): sparc64: more ultrasparc asi extensions for disassembler sparc64: implement global translation table entries sparc64: handle asi referencing nucleus and secondary MMU contexts softmmu_exec.h | 25 ++++ sparc-dis.c | 22 ++++ target-sparc/cpu.h | 31 +++++ target-sparc/exec.h | 4 + target-sparc/helper.c | 71 +++++++---- target-sparc/op_helper.c | 287 ++++++++++++++++++++++++++++++++++------------ 6 files changed, 336 insertions(+), 104 deletions(-) -- Kind regards, Igor V. Kovalenko