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

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected