diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 1c5864ac0837..4cfdd1b6df0b 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -3963,6 +3963,7 @@ int kvm_arch_vcpu_ioctl_set_sregs(struct kvm_vcpu *vcpu, | |||
3963 | pr_debug("Set back pending irq %d\n", | 3963 | pr_debug("Set back pending irq %d\n", |
3964 | pending_vec); | 3964 | pending_vec); |
3965 | } | 3965 | } |
3966 | kvm_pic_clear_isr_ack(vcpu->kvm); | ||
3966 | } | 3967 | } |
3967 | 3968 | ||
3968 | kvm_set_segment(vcpu, &sregs->cs, VCPU_SREG_CS); | 3969 | kvm_set_segment(vcpu, &sregs->cs, VCPU_SREG_CS); |