diff --git a/[refs] b/[refs] index ecc64148728d..0248fda35fbb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 106069193ce501ea68649037bde7ea50ed492948 +refs/heads/master: f3bff6318fa0f54956b02ed451d9b120441006ea diff --git a/trunk/virt/kvm/ioapic.c b/trunk/virt/kvm/ioapic.c index 9d76baa78e89..76528fff252d 100644 --- a/trunk/virt/kvm/ioapic.c +++ b/trunk/virt/kvm/ioapic.c @@ -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);