OSDN Git Service

accel/qtest: Support qtest accelerator for Windows
authorXuzhou Cheng <xuzhou.cheng@windriver.com>
Fri, 28 Oct 2022 04:57:26 +0000 (12:57 +0800)
committerThomas Huth <thuth@redhat.com>
Fri, 28 Oct 2022 09:17:12 +0000 (11:17 +0200)
commitc9923550b446e54413024117c0ed978a08e3ab1a
tree5a16826541c7c0e2466c6f8a85e472ec778d1009
parent8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3
accel/qtest: Support qtest accelerator for Windows

Currently signal SIGIPI [=SIGUSR1] is used to kick the dummy CPU
when qtest accelerator is used. However SIGUSR1 is unsupported on
Windows. To support Windows, we add a QemuSemaphore CPUState::sem
to kick the dummy CPU instead for Windows.

Signed-off-by: Xuzhou Cheng <xuzhou.cheng@windriver.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20221028045736.679903-2-bin.meng@windriver.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
accel/dummy-cpus.c
accel/meson.build
accel/qtest/meson.build
include/hw/core/cpu.h
softmmu/cpus.c