diff options
author | Sheng Yang <sheng.yang@intel.com> | 2008-05-15 06:23:25 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-07-20 05:42:26 -0400 |
commit | f08864b42a45581a64558aa5b6b673c77b97ee5d (patch) | |
tree | d104bf34c951beffebb7c2402329f236a7bad7ad /include/asm-x86/kvm_host.h | |
parent | 3419ffc8e45a5344abc87684cbca6cdc5c9c8a01 (diff) |
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>
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r-- | include/asm-x86/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index b66621935eb7..bacb1e24036e 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -347,6 +347,7 @@ struct kvm_vcpu_stat { | |||
347 | u32 mmio_exits; | 347 | u32 mmio_exits; |
348 | u32 signal_exits; | 348 | u32 signal_exits; |
349 | u32 irq_window_exits; | 349 | u32 irq_window_exits; |
350 | u32 nmi_window_exits; | ||
350 | u32 halt_exits; | 351 | u32 halt_exits; |
351 | u32 halt_wakeup; | 352 | u32 halt_wakeup; |
352 | u32 request_irq_exits; | 353 | u32 request_irq_exits; |