Local APIC and MSI
Posted: Sun Sep 21, 2014 8:15 pm
Hi, can I disable ALL MSI through Local APIC?How?
No; the only interrupts you can disable in the local APIC are those that you enable in the local APIC (local APIC timer, performance monitoring, thermal monitoring).watermirror wrote:Hi, can I disable ALL MSI through Local APIC?How?
Hi, is it possiable to set the local APIC not accept any MSI? such as mask some vector or something?If you've enabled MSI for a device (via. the device's PCI configuration space), then you'd need to disable MSI for the device using its PCI configuration space. If you've enabled an IO APIC input's IRQ (in the IO APIC), then you'd need to disable the IRQ in the IO APIC.