On Wed, Jul 01, 2009 at 04:41:54PM +0300, Avi Kivity wrote:
Should be in struct vmx_vcpu; otherwise ack.
Done
---
KVM: Add VT-x machine check support v4
VT-x needs an explicit MC vector intercept to handle machine checks in the
hypervisor.
It also has a special option to catch machine checks that happen
during VT entry.
Do these interceptions and forward them to the Linux machine check
handler. Make it always look like user space is interrupted because
the machine check handler treats kernel/user space differently.
Thanks to Huang Ying and Jiang Yunhong for help and testing.