This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0408443ecb
qemu
/
accel
/
qtest
/
meson.build
2 lines
73 B
Meson
Raw
Normal View
History
Unescape
Escape
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>
2022-10-28 07:57:26 +03:00
qtest_module_ss
.
add
(
when
:
[
'CONFIG_SOFTMMU'
]
,
if_true
:
files
(
'qtest.c'
)
)
Reference in New Issue
Copy Permalink