kvmclock: Add functions to check if the host has stopped the vm
[cascardo/linux.git] / arch / powerpc / include / asm / kvm_para.h
index 7b754e7..c18916b 100644 (file)
@@ -206,6 +206,11 @@ static inline unsigned int kvm_arch_para_features(void)
        return r;
 }
 
+static inline bool kvm_check_and_clear_guest_paused(void)
+{
+       return false;
+}
+
 #endif /* __KERNEL__ */
 
 #endif /* __POWERPC_KVM_PARA_H__ */