All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] sparc64: improve mmu context handling
@ 2010-05-03  7:29 Igor V. Kovalenko
  2010-05-03  7:29 ` [Qemu-devel] [PATCH 1/3] sparc64: more ultrasparc asi extensions for disassembler Igor V. Kovalenko
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Igor V. Kovalenko @ 2010-05-03  7:29 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-05-04 19:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03  7:29 [Qemu-devel] [PATCH 0/3] sparc64: improve mmu context handling Igor V. Kovalenko
2010-05-03  7:29 ` [Qemu-devel] [PATCH 1/3] sparc64: more ultrasparc asi extensions for disassembler Igor V. Kovalenko
2010-05-03  7:29 ` [Qemu-devel] [PATCH 2/3] sparc64: implement global translation table entries Igor V. Kovalenko
2010-05-03 20:06   ` Blue Swirl
2010-05-03 20:21     ` Igor Kovalenko
2010-05-03 20:29       ` Blue Swirl
2010-05-04 19:12         ` Igor Kovalenko
2010-05-03  7:29 ` [Qemu-devel] [PATCH 3/3] sparc64: handle asi referencing nucleus and secondary MMU contexts Igor V. Kovalenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.