Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_vcpu
Method · 0.80
create_boot_vcpus
Method · 0.80
start_boot_vcpus
Method · 0.80
configure_system
Method · 0.80
active_vcpus
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected