Re: [PATCH 06/18] qemu-thread: Introduce QEMU_MUTEX_INITIALIZER

2024-10-05 Thread Richard Henderson
On 9/23/24 09:13, Ilya Leoshkevich wrote: Allow static initialization of mutexes. Signed-off-by: Ilya Leoshkevich --- include/qemu/thread-posix.h | 6 ++ include/qemu/thread-win32.h | 6 ++ 2 files changed, 12 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 06/18] qemu-thread: Introduce QEMU_MUTEX_INITIALIZER

2024-09-23 Thread Ilya Leoshkevich
Allow static initialization of mutexes. Signed-off-by: Ilya Leoshkevich --- include/qemu/thread-posix.h | 6 ++ include/qemu/thread-win32.h | 6 ++ 2 files changed, 12 insertions(+) diff --git a/include/qemu/thread-posix.h b/include/qemu/thread-posix.h index 5f2f3d1386b..fc0846bfa7c 100