Re: [PATCH v2 3/4] KVM: ioapic: extract body of kvm_ioapic_set_irq

From: Radim KrÄmÃÅ
Date: Mon Mar 24 2014 - 13:58:52 EST


2014-03-23 09:44+0100, Paolo Bonzini:
> Il 21/03/2014 19:58, Radim KrÄmÃÅ ha scritto:
> >>> + /*
> >>> + * Return 0 for coalesced interrupts; for edge-triggered interrupts,
> >>> + * this only happens if a previous edge has not been delivered due
> >>> + * do masking. For level interrupts, the remote_irr field tells
> > (^ to)
> >>> + * us if the interrupt is waiting for an EOI.
> >
> >How do we know we haven't delivered an edge-triggered interrupt when
> >ioapic_service() always clears this IRR bit?
>
> We know we have at least delivered it to the local APIC(s). If it
> is masked in the ioredirtbl, ioapic_service doesn't clear the IRR.

I see, LAPIC can't "refuse" an interrupt, so kvm_irq_delivery_to_apic()
won't (mustn't) fail. (The code looks fragile if it returned -1.)

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/