Re: [PATCH 07/18] qemu-thread: Introduce QEMU_COND_INITIALIZER

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

[PATCH 07/18] qemu-thread: Introduce QEMU_COND_INITIALIZER

2024-09-23 Thread Ilya Leoshkevich
Allow static initialization of condition variables. Signed-off-by: Ilya Leoshkevich --- include/qemu/thread-posix.h | 2 ++ include/qemu/thread-win32.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/qemu/thread-posix.h b/include/qemu/thread-posix.h index fc0846bfa7c..ed08181a9c6