commit | 1b6269db3f83396c2fd2c8d0f3e0f37ac0e6ba05 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Oct 09 12:12:19 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Mon Oct 22 12:03:28 2007 +0200 |
tree | a8e99f6f6690e2024b9a08096a61d884b57dc8bc | |
parent | 7f2145ad6f3e7060147a2a4c4db35c641ff61b5c [diff] |
KVM: VMX: Handle NMIs before enabling interrupts and preemption 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>