Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ with_kernel
Method
with_kernel
test_infra/src/lib.rs:1260–1263 ·
view source on GitHub ↗
(mut self, kernel: String)
Source
from the content-addressed store, hash-verified
1258
}
1259
1260
pub fn with_kernel(mut self, kernel: String) -> Self {
1261
self.kernel_path = Some(kernel);
1262
self
1263
}
1264
1265
pub fn default_net_string(&self) -> String {
1266
format!(
Callers
2
test_jammy_hypervisor_fw
Function · 0.80
test_jammy_ovmf
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_jammy_hypervisor_fw
Function · 0.64
test_jammy_ovmf
Function · 0.64