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)
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>

No differences found