mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vm-migration: better naming + unittests
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
b6c266c880
commit
a7fa3a0c86
@@ -575,7 +575,7 @@ impl VhostUserHandle {
|
||||
let ptr = region.as_ptr() as *const u64;
|
||||
std::slice::from_raw_parts(ptr, len)
|
||||
};
|
||||
Ok(MemoryRangeTable::from_bitmap(
|
||||
Ok(MemoryRangeTable::from_dirty_bitmap(
|
||||
bitmap.iter().copied(),
|
||||
0,
|
||||
4096,
|
||||
|
||||
Reference in New Issue
Block a user