KVM: x86: do not execute halted vcpus
[safe/jmp/linux-2.6] / include / linux / kvm_host.h
index a18aaad..4b03643 100644 (file)
@@ -34,6 +34,7 @@
 #define KVM_REQ_MMU_RELOAD         3
 #define KVM_REQ_TRIPLE_FAULT       4
 #define KVM_REQ_PENDING_TIMER      5
+#define KVM_REQ_UNHALT             6
 
 struct kvm_vcpu;
 extern struct kmem_cache *kvm_vcpu_cache;