Function run_kvm

Source
fn run_kvm(
    device_path: Option<&Path>,
    cfg: Config,
    components: VmComponents,
) -> Result<ExitState>