aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 71fed38c7200..20d77d24d764 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -1061,6 +1061,8 @@ static inline bool kvm_check_request(int req, struct kvm_vcpu *vcpu)
1061 } 1061 }
1062} 1062}
1063 1063
1064extern bool kvm_rebooting;
1065
1064#ifdef CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT 1066#ifdef CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT
1065 1067
1066static inline void kvm_vcpu_set_in_spin_loop(struct kvm_vcpu *vcpu, bool val) 1068static inline void kvm_vcpu_set_in_spin_loop(struct kvm_vcpu *vcpu, bool val)