From: Alexander Graf Date: Thu, 29 Jul 2010 12:48:05 +0000 (+0200) Subject: KVM: PPC: PV mtmsrd L=0 and mtmsr X-Git-Tag: v2.6.37-rc1~142^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7810927760a0d16d7a41be4dab895fbbf9445bc0;p=pandora-kernel.git KVM: PPC: PV mtmsrd L=0 and mtmsr There is also a form of mtmsr where all bits need to be addressed. While the PPC64 Linux kernel behaves resonably well here, on PPC32 we do not have an L=1 form. It does mtmsr even for simple things like only changing EE. So we need to hook into that one as well and check for a mask of bits that we deem safe to change from within guest context. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed