[PATCH 13/27] Add book3s_32 guest MMU

2009-10-30 Thread Alexander Graf
This patch adds an implementation for a G3/G4 MMU, so we can run G3 and G4 guests in KVM on Book3s_64. Signed-off-by: Alexander Graf ag...@suse.de --- v5 - v6: - dprintk instead of scattered #ifdef's - // - /* */ - 80 characters per line --- arch/powerpc/kvm/book3s_32_mmu.c | 372

[PATCH 13/27] Add book3s_32 guest MMU

2009-10-21 Thread Alexander Graf
This patch adds an implementation for a G3/G4 MMU, so we can run G3 and G4 guests in KVM on Book3s_64. Signed-off-by: Alexander Graf ag...@suse.de --- arch/powerpc/kvm/book3s_32_mmu.c | 354 ++ 1 files changed, 354 insertions(+), 0 deletions(-) create mode