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

Method disable_implicit_vsock

crates/openshell-driver-vm/src/runtime.rs:1094–1099  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1092 }
1093
1094 fn disable_implicit_vsock(&self) -> Result<(), String> {
1095 check(
1096 unsafe { (self.krun.krun_disable_implicit_vsock)(self.ctx_id) },
1097 "krun_disable_implicit_vsock",
1098 )
1099 }
1100
1101 fn add_vsock(&self, tsi_features: u32) -> Result<(), String> {
1102 check(

Callers 1

run_libkrun_vmFunction · 0.80

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected