From: Avi K. <av...@qu...> - 2008-04-10 23:32:14
|
Joerg Roedel wrote: > This patchset implements proper MCE handling for SVM in the KVM hypervisor. > Currently KVM does not set CR4.MCE when it runs the guest. When a MCE condition > occurs while the guest is running the exception gets lost. This may result in > data corruption or other undefined behaviour. This patchset sets CR4.MCE to the > value in the host and adds the intercept for machine check exceptions to the > SVM implementation. When this intercept occurs, it calls the host MCE exception > handler manually. > > Applied all, thanks. -- Any sufficiently difficult bug is indistinguishable from a feature. |