]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate_init.c
PPC: Implement e500 (FSL) MMU
authorAlexander Graf <agraf@suse.de>
Sat, 30 Apr 2011 21:34:58 +0000 (23:34 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 11 May 2011 22:24:51 +0000 (00:24 +0200)
commit01662f3e513399107c7278f2ee8f6ee4cf03fa70
treeb46451002c0cbfb049afc83acfd416f18b81a709
parenta5858d7af064c01d9b634399b62f641386eacfcf
PPC: Implement e500 (FSL) MMU

Most of the code to support e500 style MMUs is already in place, but
we're missing on some of the special TLB0-TLB1 handling code and slightly
different TLB modification.

This patch adds support for the FSL style MMU.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/helper.c
target-ppc/helper.h
target-ppc/op_helper.c
target-ppc/translate.c
target-ppc/translate_init.c