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

Method memory_manager_data

vmm/src/vm.rs:3127–3129  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3125 }
3126
3127 pub fn memory_manager_data(&self) -> MemoryManagerSnapshotData {
3128 self.memory_manager.lock().unwrap().snapshot_data()
3129 }
3130
3131 #[cfg(feature = "guest_debug")]
3132 pub fn debug_request(

Callers 1

send_migrationMethod · 0.80

Calls 1

snapshot_dataMethod · 0.80

Tested by

no test coverage detected