Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125245
b: refs/heads/master
c: df203ec
h: refs/heads/master
i:
  125243: 226ff62
v: v3
  • Loading branch information
Avi Kivity committed Dec 31, 2008
1 parent df2f1c5 commit a439dc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8fe0736763a07fbea56213ea105a0c2ee098e6fc
refs/heads/master: df203ec9a77a7236cb90456664d714423b98a977
2 changes: 2 additions & 0 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3304,6 +3304,8 @@ static void vmx_intr_assist(struct kvm_vcpu *vcpu)
if (vcpu->arch.interrupt.pending) {
vmx_inject_irq(vcpu, vcpu->arch.interrupt.nr);
kvm_timer_intr_post(vcpu, vcpu->arch.interrupt.nr);
if (kvm_cpu_has_interrupt(vcpu))
enable_irq_window(vcpu);
}
}

Expand Down

0 comments on commit a439dc4

Please sign in to comment.