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
184256d261
qemu
/
accel
/
qtest
/
meson.build
2 lines
77 B
Meson
Raw
Normal View
History
Unescape
Escape
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY Since we *might* have user emulation with softmmu, use the clearer 'CONFIG_SYSTEM_ONLY' key to check for system emulation. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230613133347.82210-9-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-13 16:33:46 +03:00
qtest_module_ss
.
add
(
when
:
[
'CONFIG_SYSTEM_ONLY'
]
,
if_true
:
files
(
'qtest.c'
)
)
Reference in New Issue
Copy Permalink