]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QE...
authorWill Gyda <vilhelmgyda@gmail.com>
Thu, 25 Apr 2024 11:42:07 +0000 (17:12 +0530)
committerFabiano Rosas <farosas@suse.de>
Wed, 8 May 2024 12:20:57 +0000 (09:20 -0300)
commit62663f08a75dbbddb745c80a00b09e298ede641a
tree2c484a880545b136438a501d869b47a7d8c57dc0
parent4e66a08546a2588a4667766a1edab9caccf24ce3
migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro

migration/ram.c: API Conversion qemu_mutex_lock(),
and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro

Signed-off-by: Will Gyda <vilhelmgyda@gmail.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
migration/ram.c