Re: [kvm-devel] [PATCH 6/9] KVM: Adds support for real NMIinjectiononVMX processors

2007-06-04 Thread Gregory Haskins
>>> "Dong, Eddie" <[EMAIL PROTECTED]> 06/04/07 3:28 AM >>> [EMAIL PROTECTED] wrote: > >NMI can be injected even RFLAGS.IF=0, but it can be blocked by >previous NMI. If we want to handle NMI in this patch, we need to >add the logic of NMI block and unblock. With the exception of the missing exit-r

Re: [kvm-devel] [PATCH 6/9] KVM: Adds support for real NMIinjectiononVMX processors

2007-06-04 Thread Dong, Eddie
[EMAIL PROTECTED] wrote: >>> Could you be more specific on whats left to be done? From >>> what I could read in the doc, this seemed complete. >>> >> >> This is a good start, and we also need to add a vmexit handler to >> handle exit reason 8, NMI pending. > > Ah, yes. Thank you for finding th