From: Scott Wood Date: Tue, 14 Jun 2011 23:34:29 +0000 (-0500) Subject: KVM: PPC: booke: use shadow_msr X-Git-Tag: v3.1-rc1~264^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecee273fc48f7f48f0c2f074335c43aaa790c308;p=pandora-kernel.git KVM: PPC: booke: use shadow_msr Keep the guest MSR and the guest-mode true MSR separate, rather than modifying the guest MSR on each guest entry to produce a true MSR. Any bits which should be modified based on guest MSR must be explicitly propagated from vcpu->arch.shared->msr to vcpu->arch.shadow_msr in kvmppc_set_msr(). While we're modifying the guest entry code, reorder a few instructions to bury some load latencies. Signed-off-by: Scott Wood Signed-off-by: Alexander Graf --- Reading git-diff-tree failed