]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate.c
Always make PowerPC hypervisor mode memory accesses and instructions
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 16 Nov 2007 14:11:28 +0000 (14:11 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 16 Nov 2007 14:11:28 +0000 (14:11 +0000)
commit7863667f35531557f10e7f920e4361f621a14e3f
tree87b0adcf62fc8f3f7cb3f331fad68f7d5b39a6eb
parent2f6196984b98fe2a852b1b5254756f1614eb7635
Always make PowerPC hypervisor mode memory accesses and instructions
  available for full system emulation, then removing all #if TARGET_PPC64H
  from micro-ops and code translator.
Add new macros to dramatically simplify memory access tables definitions
  in target-ppc/translate.c.

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