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

memory_region_set_global_locking: Declares the access processing requires QEMU’s global lock.

When this is invoked, accesses to the memory region will be processed while holding the global lock of QEMU. This is the default behavior of memory regions.

@mr: the memory region to be updated.