Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Sergey Kiselev <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
- Loading branch information