Function x86_64::mptable::setup_mptable
source · 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
.