qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] sparc64: improve mmu context handling


From: Igor V. Kovalenko
Subject: [Qemu-devel] [PATCH 0/3] sparc64: improve mmu context handling
Date: Mon, 03 May 2010 11:29:28 +0400
User-agent: StGit/0.15

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]