KVM: Fix interrupt unhalting a vcpu when it shouldn't
[pandora-kernel.git] / arch / s390 / kvm / interrupt.c
index 0189356..4ed4c3a 100644 (file)
@@ -318,6 +318,12 @@ int kvm_cpu_has_interrupt(struct kvm_vcpu *vcpu)
        return rc;
 }
 
+int kvm_arch_interrupt_allowed(struct kvm_vcpu *vcpu)
+{
+       /* do real check here */
+       return 1;
+}
+
 int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu)
 {
        return 0;