aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/kvm_para.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/kvm_para.h')
-rw-r--r--arch/s390/include/asm/kvm_para.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/arch/s390/include/asm/kvm_para.h b/arch/s390/include/asm/kvm_para.h
index 6964db226f8..e0f842308a6 100644
--- a/arch/s390/include/asm/kvm_para.h
+++ b/arch/s390/include/asm/kvm_para.h
@@ -1,5 +1,5 @@
/*
- * asm-s390/kvm_para.h - definition for paravirtual devices on s390
+ * definition for paravirtual devices on s390
*
* Copyright IBM Corp. 2008
*
@@ -9,12 +9,6 @@
*
* Author(s): Christian Borntraeger <borntraeger@de.ibm.com>
*/
-
-#ifndef __S390_KVM_PARA_H
-#define __S390_KVM_PARA_H
-
-#ifdef __KERNEL__
-
/*
* Hypercalls for KVM on s390. The calling convention is similar to the
* s390 ABI, so we use R2-R6 for parameters 1-5. In addition we use R1
@@ -29,6 +23,12 @@
*
* This work is licensed under the terms of the GNU GPL, version 2.
*/
+#ifndef __S390_KVM_PARA_H
+#define __S390_KVM_PARA_H
+
+#include <uapi/asm/kvm_para.h>
+
+
static inline long kvm_hypercall0(unsigned long nr)
{
@@ -149,6 +149,9 @@ static inline unsigned int kvm_arch_para_features(void)
return 0;
}
-#endif
+static inline bool kvm_check_and_clear_guest_paused(void)
+{
+ return false;
+}
#endif /* __S390_KVM_PARA_H */