On 22/4/25 21:28, Richard Henderson wrote:
In effect, hoist the check for mttcg from tcg_n_regions() to tcg_init_machine().Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- include/tcg/startup.h | 6 +++--- tcg/tcg-internal.h | 2 +- accel/tcg/tcg-all.c | 14 ++++++++------ tcg/region.c | 27 ++++++++++++--------------- tcg/tcg.c | 14 +++++++------- 5 files changed, 31 insertions(+), 32 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>