]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate.c
Full implementation of PowerPC 64 MMU, just missing support for 1 TB
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 5 Oct 2007 22:06:02 +0000 (22:06 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 5 Oct 2007 22:06:02 +0000 (22:06 +0000)
commit12de9a396acbc95e25c5d60ed097cc55777eaaed
tree93029d051b9adb4f250c2be5b2ba3bb86095a463
parent5bfb56b264d18be57f16c519464fc1919db44372
Full implementation of PowerPC 64 MMU, just missing support for 1 TB
  memory segments.
Remove the PowerPC 64 "bridge" MMU model and implement segment registers
  emulation using SLB entries instead.
Make SLB area size implementation dependant.
Improve TLB & SLB search debug traces.
Temporary hack to make PowerPC 970 boot from ROM instead of RAM.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3335 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/cpu.h
target-ppc/helper.c
target-ppc/op.c
target-ppc/translate.c
target-ppc/translate_init.c