MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / boot_vcpus

Method boot_vcpus

vmm/src/cpu.rs:1642–1644  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1640 }
1641
1642 pub fn boot_vcpus(&self) -> u32 {
1643 self.config.boot_vcpus
1644 }
1645
1646 pub fn max_vcpus(&self) -> u32 {
1647 self.config.max_vcpus

Callers 5

configure_vcpuMethod · 0.80
create_boot_vcpusMethod · 0.80
start_boot_vcpusMethod · 0.80
configure_systemMethod · 0.80
active_vcpusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected