CVSROOT:        /sources/qemu
Module name:    qemu
Changes by:     Jocelyn Mayer <j_mayer> 07/10/05 22:06:02

Modified files:
        target-ppc     : cpu.h helper.c op.c translate.c 
                         translate_init.c 

Log message:
        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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/cpu.h?cvsroot=qemu&r1=1.72&r2=1.73
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/helper.c?cvsroot=qemu&r1=1.68&r2=1.69
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op.c?cvsroot=qemu&r1=1.53&r2=1.54
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate.c?cvsroot=qemu&r1=1.85&r2=1.86
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate_init.c?cvsroot=qemu&r1=1.42&r2=1.43


Reply via email to