KVM: VMX: Handle NMIs before enabling interrupts and preemption
authorAvi Kivity <avi@qumranet.com>
Tue, 9 Oct 2007 10:12:19 +0000 (12:12 +0200)
committerAvi Kivity <avi@qumranet.com>
Mon, 22 Oct 2007 10:03:28 +0000 (12:03 +0200)
This makes sure we handle NMI on the current cpu, and that we don't service
maskable interrupts before non-maskable ones.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/vmx.c

Simple merge