pub unsafe extern "C" fn memory_region_get_dirty_log_mask(
    mr: *mut MemoryRegion
) -> u8
Expand description

memory_region_get_dirty_log_mask: return the clients for which a memory region is logging writes.

Returns a bitmap of clients, in which the DIRTY_MEMORY_* constants are the bit indices.

@mr: the memory region being queried