On 08/27/2010 12:56 PM, Jes Sorensen wrote:
Well, in light of Jan's comment re sti; hlt being clobbered by this, we should think about requesting an interrupt window instead...Ok, I heading onto thin ice here :) How does one do that, just a call to kvm_x86_ops->enable_nmi_window(vcpu); or is something else needed, like setting vcpu->arch.nmi_pending ?
->enable_irq_window() And need to update ->nmi_allowed() to disallow nmi if blocked-by-sti. I've asked the vendor about this, so let's wait for their reply first. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
