commit | 397cabaae035102afb547155757fd506620b2bb2 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 01 07:53:03 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 22 16:32:27 2023 -0700 |
tree | 28195ae57a940176f5bc5919735ef6bb705f0492 | |
parent | cc3f99aac41903362521fac551b835abe369659a [diff] |
tcg: Introduce tcg_use_softmmu Begin disconnecting CONFIG_SOFTMMU from !CONFIG_USER_ONLY. Introduce a variable which can be set at startup to select one method or another for user-only. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>