create_vmm

Function create_vmm 

Source
pub fn create_vmm(
    _kernel_image: Option<&str>,
    is_diff: bool,
    boot_microvm: bool,
    pci_enabled: bool,
    memory_hotplug_enabled: bool,
) -> (Arc<Mutex<Vmm>>, EventManager)