KVM: PPC: PV mtmsrd L=0 and mtmsr
authorAlexander Graf <agraf@suse.de>
Thu, 29 Jul 2010 12:48:05 +0000 (14:48 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:56 +0000 (10:50 +0200)
commit7810927760a0d16d7a41be4dab895fbbf9445bc0
treef215dd900d26d691c05f9b48233b7ef910b4fb1d
parent819a63dc792b0888edd3eda306a9e1e049dcbb1c
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 <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kernel/kvm.c
arch/powerpc/kernel/kvm_emul.S