Skip to content
Commit 0e5bf0d0 authored by Sergey Kiselev's avatar Sergey Kiselev Committed by Avi Kivity
Browse files

KVM: Handle writes to MCG_STATUS msr



Some older (~2.6.7) kernels write MCG_STATUS register during kernel
boot (mce_clear_all() function, called from mce_init()). It's not
currently handled by kvm and will cause it to inject a GPF.
Following patch adds a "nop" handler for this.

Signed-off-by: default avatarSergey Kiselev <sergey.kiselev@intel.com>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent fcd34108
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment