]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate.c
Handle all MMU models in switches, even if it's just to abort because of lack
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 1 Oct 2007 05:16:57 +0000 (05:16 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 1 Oct 2007 05:16:57 +0000 (05:16 +0000)
commit7dbe11acd807b7a1566b2fe665333a49f8358de0
treeb0c9681451bcb1d5631c564e8a5d6b9bd56bb725
parent578bb25230229307c0b6ff62ae03ac0fbda27b18
Handle all MMU models in switches, even if it's just to abort because of lack
  of supporting code.
Implement 74xx software TLB model.
Keep 74xx with software TLB disabled, as Linux is not able to handle TLB miss
  on those processors.

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