MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / configure_launch

Method configure_launch

crates/openshell-driver-vm/src/driver.rs:6838–6847  ·  view source on GitHub ↗
(
            &self,
            _sandbox: &Sandbox,
            _state_dir: &Path,
            plan: &mut LaunchPlan,
        )

Source from the content-addressed store, hash-verified

6836 }
6837
6838 async fn configure_launch(
6839 &self,
6840 _sandbox: &Sandbox,
6841 _state_dir: &Path,
6842 plan: &mut LaunchPlan,
6843 ) -> LifecycleResult<()> {
6844 plan.require_backend(VmBackend::Qemu);
6845 plan.require_backend_feature(BackendFeature::PciPassthrough);
6846 Ok(())
6847 }
6848
6849 async fn before_launch(
6850 &self,

Callers 1

Calls 2

require_backendMethod · 0.80

Tested by

no test coverage detected