[Qemu-devel] [PATCH 5/5] PPC: Implement e500 (FSL) MMU

2011-05-02 Thread Alexander Graf
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 --- v1 -> v2: - fix linux-user build - op

[Qemu-devel] [PATCH 5/5] PPC: Implement e500 (FSL) MMU

2011-04-30 Thread Alexander Graf
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 --- target-ppc/cpu.h| 217