Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373045
b: refs/heads/master
c: f3bff63
h: refs/heads/master
i:
  373043: d8ea3b3
v: v3
  • Loading branch information
Yang Zhang authored and Marcelo Tosatti committed Apr 16, 2013
1 parent 2e1a6e1 commit a9dd779
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: 106069193ce501ea68649037bde7ea50ed492948
refs/heads/master: f3bff6318fa0f54956b02ed451d9b120441006ea
2 changes: 1 addition & 1 deletion trunk/virt/kvm/ioapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void kvm_ioapic_calculate_eoi_exitmap(struct kvm_vcpu *vcpu,
if (!e->fields.mask &&
(e->fields.trig_mode == IOAPIC_LEVEL_TRIG ||
kvm_irq_has_notifier(ioapic->kvm, KVM_IRQCHIP_IOAPIC,
index))) {
index) || index == RTC_GSI)) {
if (kvm_apic_match_dest(vcpu, NULL, 0,
e->fields.dest_id, e->fields.dest_mode))
__set_bit(e->fields.vector, (unsigned long *)eoi_exit_bitmap);
Expand Down

0 comments on commit a9dd779

Please sign in to comment.