This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
xemu
mirror of
https://github.com/xemu-project/xemu.git
Watch
1
Star
0
Fork
You've already forked xemu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f8a4c6d728
xemu
/
accel
/
qtest
/
meson.build
3 lines
109 B
Meson
Raw
Normal View
History
Unescape
Escape
accel: build qtest modular Allow building accelerators as module. Start with qtest as first user. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jose R. Ziviani <jziviani@suse.de> Message-Id: <20210624103836.2382472-28-kraxel@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-06-24 10:38:29 +00:00
qtest_module_ss
.
add
(
when
:
[
'CONFIG_SOFTMMU'
,
'CONFIG_POSIX'
]
,
if_true
:
files
(
'qtest.c'
)
)