Re: [PATCH v2 4/8] util: Pass file+line to qemu_rec_mutex_unlock_impl

2021-06-15 Thread Philippe Mathieu-Daudé
On 6/15/21 1:31 AM, Richard Henderson wrote: > Create macros for file+line expansion in qemu_rec_mutex_unlock > like we have for qemu_mutex_unlock. > > Signed-off-by: Richard Henderson > --- > include/qemu/thread.h| 10 +- > util/qemu-thread-posix.c | 4 ++-- > util/qemu-thread-win3

Re: [PATCH v2 4/8] util: Pass file+line to qemu_rec_mutex_unlock_impl

2021-06-15 Thread Alex Bennée
Richard Henderson writes: > Create macros for file+line expansion in qemu_rec_mutex_unlock > like we have for qemu_mutex_unlock. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 4/8] util: Pass file+line to qemu_rec_mutex_unlock_impl

2021-06-14 Thread Richard Henderson
Create macros for file+line expansion in qemu_rec_mutex_unlock like we have for qemu_mutex_unlock. Signed-off-by: Richard Henderson --- include/qemu/thread.h| 10 +- util/qemu-thread-posix.c | 4 ++-- util/qemu-thread-win32.c | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-