summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorAndy Honig <ahonig@google.com>2014-08-27 11:16:44 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2014-10-24 13:21:08 +0200
commit8b3c3104c3f4f706e99365c3e0d2aa61b95f969f (patch)
treeccb686a3c75ce3b921a77038365752130b6ff589 /arch/x86/include
parent854e8bb1aa06c578c2c9145fa6bfe3680ef63b23 (diff)
downloadop-kernel-dev-8b3c3104c3f4f706e99365c3e0d2aa61b95f969f.zip
op-kernel-dev-8b3c3104c3f4f706e99365c3e0d2aa61b95f969f.tar.gz
KVM: x86: Prevent host from panicking on shared MSR writes.
The previous patch blocked invalid writes directly when the MSR is written. As a precaution, prevent future similar mistakes by gracefulling handle GPs caused by writes to shared MSRs. Cc: stable@vger.kernel.org Signed-off-by: Andrew Honig <ahonig@google.com> [Remove parts obsoleted by Nadav's patch. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index ccc94de..6ed0c30 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -1064,7 +1064,7 @@ void kvm_arch_mmu_notifier_invalidate_page(struct kvm *kvm,
unsigned long address);
void kvm_define_shared_msr(unsigned index, u32 msr);
-void kvm_set_shared_msr(unsigned index, u64 val, u64 mask);
+int kvm_set_shared_msr(unsigned index, u64 val, u64 mask);
bool kvm_is_linear_rip(struct kvm_vcpu *vcpu, unsigned long linear_rip);
OpenPOWER on IntegriCloud