]> git.proxmox.com Git - mirror_qemu.git/commit
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Jun 2023 13:33:46 +0000 (15:33 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jun 2023 08:01:30 +0000 (10:01 +0200)
commitc7b64948f8ae4142b65f644164d0678892fe223d
treef84e347329437214bea524d5e5ecb7f5342d9d90
parentbd0c03b2d3af12a410596b878c6c403110ec9db3
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>
13 files changed:
accel/qtest/meson.build
accel/stubs/meson.build
accel/tcg/meson.build
dump/meson.build
hw/i386/kvm/meson.build
meson.build
migration/meson.build
monitor/meson.build
qapi/meson.build
semihosting/meson.build
softmmu/meson.build
target/i386/tcg/sysemu/meson.build
ui/meson.build