On 4/22/25 12:28, Richard Henderson wrote:
In qemu_tcg_mttcg_enabled, read the value from TCGState and eliminate the separate global variable.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- accel/tcg/tcg-all.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>