KVM: PPC: Book3S_32 guest MMU fixes
authorAlexander Graf <agraf@suse.de>
Wed, 24 Mar 2010 20:48:20 +0000 (21:48 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:16:54 +0000 (12:16 +0300)
commit4b389ca2e733b986c5282690e4e0314f000e6228
treeba9ad5948a68352c0ba68d7fc8fc010f4bbc7ec3
parentc8027f165228b4c62bad31609d5c9e98ddfb8ef6
KVM: PPC: Book3S_32 guest MMU fixes

This patch makes the VSID of mapped pages always reflecting all special cases
we have, like split mode.

It also changes the tlbie mask to 0x0ffff000 according to the spec. The mask
we used before was incorrect.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/kvm/book3s_32_mmu.c