aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r--include/linux/kvm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h
index 7a5d73a8d4fa..869462ca7625 100644
--- a/include/linux/kvm.h
+++ b/include/linux/kvm.h
@@ -393,13 +393,13 @@ struct kvm_trace_rec {
393#ifdef __KVM_HAVE_USER_NMI 393#ifdef __KVM_HAVE_USER_NMI
394#define KVM_CAP_USER_NMI 22 394#define KVM_CAP_USER_NMI 22
395#endif 395#endif
396#if defined(CONFIG_X86) 396#ifdef __KVM_HAVE_GUEST_DEBUG
397#define KVM_CAP_SET_GUEST_DEBUG 23 397#define KVM_CAP_SET_GUEST_DEBUG 23
398#endif 398#endif
399#if defined(CONFIG_X86) 399#ifdef __KVM_HAVE_PIT
400#define KVM_CAP_REINJECT_CONTROL 24 400#define KVM_CAP_REINJECT_CONTROL 24
401#endif 401#endif
402#if defined(CONFIG_X86)||defined(CONFIG_IA64) 402#ifdef __KVM_HAVE_IOAPIC
403#define KVM_CAP_IRQ_ROUTING 25 403#define KVM_CAP_IRQ_ROUTING 25
404#endif 404#endif
405 405