commit | f08864b42a45581a64558aa5b6b673c77b97ee5d | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng.yang@intel.com> | Thu May 15 18:23:25 2008 +0800 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:26 2008 +0300 |
tree | d104bf34c951beffebb7c2402329f236a7bad7ad | |
parent | 3419ffc8e45a5344abc87684cbca6cdc5c9c8a01 [diff] [blame] |
KVM: VMX: Enable NMI with in-kernel irqchip Signed-off-by: Sheng Yang <sheng.yang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index b666219..bacb1e2 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h
@@ -347,6 +347,7 @@ u32 mmio_exits; u32 signal_exits; u32 irq_window_exits; + u32 nmi_window_exits; u32 halt_exits; u32 halt_wakeup; u32 request_irq_exits;