Re: [PATCH 03/14] KVM: VMX: Support for NMI task gates

2008-09-28 Thread Gleb Natapov
On Fri, Sep 26, 2008 at 09:30:47AM +0200, [EMAIL PROTECTED] wrote: > Properly set GUEST_INTR_STATE_NMI and reset nmi_injected when a > task-switch vmexit happened due to a task gate being used for handling > NMIs. Also avoid the false warning about valid vectoring info in > kvm_handle_exit. > > Ba

[PATCH 03/14] KVM: VMX: Support for NMI task gates

2008-09-26 Thread jan . kiszka
Properly set GUEST_INTR_STATE_NMI and reset nmi_injected when a task-switch vmexit happened due to a task gate being used for handling NMIs. Also avoid the false warning about valid vectoring info in kvm_handle_exit. Based on original patch by Gleb Natapov. Signed-off-by: Jan Kiszka <[EMAIL PROTE