commit | 4b389ca2e733b986c5282690e4e0314f000e6228 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 24 21:48:20 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:16:54 2010 +0300 |
tree | ba9ad5948a68352c0ba68d7fc8fc010f4bbc7ec3 | |
parent | c8027f165228b4c62bad31609d5c9e98ddfb8ef6 [diff] |
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>