Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ vcpus
Method
vcpus
vmm/src/cpu.rs:1122–1124 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1120
}
1121
1122
pub fn vcpus(&self) -> Vec<Arc<Mutex<Vcpu>>> {
1123
self.vcpus.clone()
1124
}
1125
1126
fn start_vcpu(
1127
&mut self,
Callers
3
configure_system
Method · 0.80
boot
Method · 0.80
load_igvm
Function · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected