]> www.infradead.org Git - users/dwmw2/qemu.git/commit
meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Jun 2023 13:33:45 +0000 (15:33 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jun 2023 08:01:30 +0000 (10:01 +0200)
commitbd0c03b2d3af12a410596b878c6c403110ec9db3
tree8939a93c7e85e5410cd131f59e3c179477b8eea0
parent905db98a73d6a6e1dda2bf81ed11323efee0f7a1
meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY

We use the CONFIG_USER_ONLY key to describe user emulation,
and the CONFIG_SOFTMMU key to describe system emulation. Alias
it as 'CONFIG_SYSTEM_ONLY' for parity with user emulation.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230613133347.82210-8-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
meson.build