util: Pass file+line to qemu_rec_mutex_unlock_impl
commitd3192460bffdf31e830a9ef1261b587259e7ebd7
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jun 2021 23:31:39 +0000 (14 16:31 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Jun 2021 13:03:26 +0000 (16 15:03 +0200)
tree9835cb409f862425f40defeee6ab77e40ca784fb
parent5d63bd5aad0d80f9c3901c0948354ee3fb7da9bc
util: Pass file+line to qemu_rec_mutex_unlock_impl

Create macros for file+line expansion in qemu_rec_mutex_unlock
like we have for qemu_mutex_unlock.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210614233143.1221879-5-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/thread.h
util/qemu-thread-posix.c
util/qemu-thread-win32.c