commit | 5279aeb4b96cbdac22a0c2f8137dd0bbc35f02b8 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Sat Dec 19 18:07:39 2009 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Sun Dec 27 13:36:34 2009 -0200 |
tree | 592ca08805d9460064a1ab874a1a58e45d0f28c8 | |
parent | a662b8135a1f9fee7d3f9129498cb03f3d6ce772 [diff] |
KVM: powerpc: Fix mtsrin in book3s_64 mmu We were shifting the Ks/Kp/N bits one bit too far on mtsrin. It took me some time to figure that out, so I also put in some debugging and a comment explaining the conversion. This fixes current OpenBIOS boot on PPC64 KVM. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>