mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: migration: add code comment
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
1f5c5093e4
commit
447a4c236b
@@ -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<F>(
|
||||
&mut self,
|
||||
ranges: &MemoryRangeTable,
|
||||
|
||||
Reference in New Issue
Block a user