On Sun, Mar 17, 2013 at 01:09:09PM +0000, Zhang, Yang Z wrote: > >> @@ -241,6 +341,8 @@ static int ioapic_deliver(struct kvm_ioapic *ioapic, int > > irq) > >> irqe.level = 1; > >> irqe.shorthand = 0; > >> + rtc_irq_update(ioapic, &irqe, irq); > >> + > > Do it once when GSI is configured. > This function will set need_eoi to number of CPU received RTC interrupt. When GSI is configured, there is no real interrupt generated and if set need_eoi, no EOI will decrease it. > You made this function do two unrelated things: recalculate vcpu map and track need_info. Former should be done during GSI configuration, later here. -- Gleb. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html