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

Method stop_dirty_log

vmm/src/vm.rs:3461–3464  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

3459 }
3460
3461 fn stop_dirty_log(&mut self) -> std::result::Result<(), MigratableError> {
3462 self.memory_manager.lock().unwrap().stop_dirty_log()?;
3463 self.device_manager.lock().unwrap().stop_dirty_log()
3464 }
3465
3466 fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> {
3467 Ok(MemoryRangeTable::new_from_tables(vec![

Callers 2

send_migrationMethod · 0.45
vm_send_migrationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected