pub fn setup_mptable(
mem: &GuestMemory,
num_cpus: u8,
pci_irqs: &[(PciAddress, u32, PciInterruptPin)],
) -> Result<()>Expand description
Performs setup of the MP table for the given num_cpus.
pub fn setup_mptable(
mem: &GuestMemory,
num_cpus: u8,
pci_irqs: &[(PciAddress, u32, PciInterruptPin)],
) -> Result<()>Performs setup of the MP table for the given num_cpus.