pub unsafe extern "C" fn memory_region_sync_dirty_bitmap(
    mr: *mut MemoryRegion
)
Expand description

memory_region_sync_dirty_bitmap: Synchronize a region’s dirty bitmap with any external TLBs (e.g. kvm)

Flushes dirty information from accelerators such as kvm and vhost-net and makes it available to users of the memory API.

@mr: the region being flushed.