KVM: Add a special exit reason when exiting due to an interrupt
[deliverable/linux.git] / include / linux / kvm.h
index 57f47ef9382926ccf8495d9e5a8341903be5c4fe..b3af92e7bf5d603f3ac6837490580e4660ee5e93 100644 (file)
@@ -11,7 +11,7 @@
 #include <asm/types.h>
 #include <linux/ioctl.h>
 
-#define KVM_API_VERSION 8
+#define KVM_API_VERSION 9
 
 /*
  * Architectural interrupt line count, and the size of the bitmap needed
@@ -45,6 +45,7 @@ enum kvm_exit_reason {
        KVM_EXIT_IRQ_WINDOW_OPEN  = 7,
        KVM_EXIT_SHUTDOWN         = 8,
        KVM_EXIT_FAIL_ENTRY       = 9,
+       KVM_EXIT_INTR             = 10,
 };
 
 /* for KVM_RUN, returned by mmap(vcpu_fd, offset=0) */
This page took 0.025019 seconds and 5 git commands to generate.