commit | a9d107fa0eacf6c999c042b276e54a7058ae0bf9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Apr 04 16:30:57 2025 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 23 15:07:32 2025 -0700 |
tree | e872390b1d2dd88fe5b4e608b1da3ecee2b00c4e | |
parent | 9638cb59ee3d3a505f4bb6b9a4bcc49c3df4edcc [diff] |
tcg: Pass max_threads not max_cpus to tcg_init In effect, hoist the check for mttcg from tcg_n_regions() to tcg_init_machine(). Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>