MCPcopy 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_systemMethod · 0.80
bootMethod · 0.80
load_igvmFunction · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected