pub fn set_lint(vcpu_id: usize, irqchip: &mut dyn IrqChipX86_64) -> Result<()>Expand description
Configures LAPICs. LAPIC0 is set for external interrupts, LAPIC1 is set for NMI.
ยงArguments
vcpu_id- The number of the VCPU to configure.irqchip- The IrqChip for getting/setting LAPIC state.