Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ boot_guest_memory
Method
boot_guest_memory
vmm/src/memory_manager.rs:2258–2260 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2256
}
2257
2258
pub fn boot_guest_memory(&self) -> GuestMemoryMmap {
2259
self.boot_guest_memory.clone()
2260
}
2261
2262
pub fn allocator(&self) -> Arc<Mutex<SystemAllocator>> {
2263
self.allocator.clone()
Callers
3
configure_system
Method · 0.80
populate_tdx_sections
Method · 0.80
load_igvm
Function · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected