diff --git a/vmm/src/vm.rs b/vmm/src/vm.rs index 3f793cd80..a094803ee 100644 --- a/vmm/src/vm.rs +++ b/vmm/src/vm.rs @@ -2850,6 +2850,8 @@ impl Vm { Ok(()) } + /// Writes the contents of the given guest memory regions to the provided sink. + /// Used, for example, during VM live migration to transfer memory to a socket. pub fn send_memory_regions( &mut self, ranges: &MemoryRangeTable,