Re: [PATCH v4 06/11] qemu-thread: Use futex for QemuEvent on Windows

2025-05-26 Thread Philippe Mathieu-Daudé
On 26/5/25 07:29, Akihiko Odaki wrote: Use the futex-based implementation of QemuEvent on Windows to remove code duplication and remove the overhead of event object construction and destruction. Signed-off-by: Akihiko Odaki --- include/qemu/thread-posix.h | 9 include/qemu/thread-win3

[PATCH v4 06/11] qemu-thread: Use futex for QemuEvent on Windows

2025-05-25 Thread Akihiko Odaki
Use the futex-based implementation of QemuEvent on Windows to remove code duplication and remove the overhead of event object construction and destruction. Signed-off-by: Akihiko Odaki --- include/qemu/thread-posix.h | 9 include/qemu/thread-win32.h | 6 --- include/qemu/thread.h