diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 4c2eb7c0e1fb..a84c96a7ea5e 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -3173,7 +3173,7 @@ static int vcpu_enter_guest(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) | |||
3173 | if (vcpu->arch.exception.pending) | 3173 | if (vcpu->arch.exception.pending) |
3174 | __queue_exception(vcpu); | 3174 | __queue_exception(vcpu); |
3175 | else if (irqchip_in_kernel(vcpu->kvm)) | 3175 | else if (irqchip_in_kernel(vcpu->kvm)) |
3176 | kvm_x86_ops->inject_pending_irq(vcpu); | 3176 | kvm_x86_ops->inject_pending_irq(vcpu, kvm_run); |
3177 | else | 3177 | else |
3178 | kvm_x86_ops->inject_pending_vectors(vcpu, kvm_run); | 3178 | kvm_x86_ops->inject_pending_vectors(vcpu, kvm_run); |
3179 | 3179 | ||