Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202350
b: refs/heads/master
c: aefd18f
h: refs/heads/master
v: v3
  • Loading branch information
Chris Lalancette authored and Avi Kivity committed Aug 1, 2010
1 parent e70f024 commit 1deafa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7dca5c0eba63e4ba8e3586c4b37863fd7fadb5a
refs/heads/master: aefd18f01ee848448d834c80e601ccff61515811
2 changes: 1 addition & 1 deletion trunk/virt/kvm/irq_comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ int kvm_irq_delivery_to_apic(struct kvm *kvm, struct kvm_lapic *src,
if (r < 0)
r = 0;
r += kvm_apic_set_irq(vcpu, irq);
} else {
} else if (kvm_lapic_enabled(vcpu)) {
if (!lowest)
lowest = vcpu;
else if (kvm_apic_compare_prio(vcpu, lowest) < 0)
Expand Down

0 comments on commit 1deafa3

Please sign in to comment.