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 <akihiko.od...@daynix.com>
---
  include/qemu/thread-posix.h |   9 ----
  include/qemu/thread-win32.h |   6 ---
  include/qemu/thread.h       |  11 +++-
  util/event.c                | 122 +++++++++++++++++++++++++++++++++++++++++
  util/qemu-thread-posix.c    | 121 -----------------------------------------
  util/qemu-thread-win32.c    | 129 --------------------------------------------
  util/meson.build            |   1 +
  7 files changed, 133 insertions(+), 266 deletions(-)

Great.

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to