pub unsafe extern "C" fn memory_region_reset_dirty(
    mr: *mut MemoryRegion,
    addr: hwaddr,
    size: hwaddr,
    client: c_uint
)
Expand description

memory_region_reset_dirty: Mark a range of pages as clean, for a specified client.

Marks a range of pages as no longer dirty.

@mr: the region being updated. @addr: the start of the subrange being cleaned. @size: the size of the subrange being cleaned. @client: the user of the logging information; %DIRTY_MEMORY_MIGRATION or %DIRTY_MEMORY_VGA.