]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Remove mttcg_enabled
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Apr 2025 01:10:53 +0000 (18:10 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:07:32 +0000 (15:07 -0700)
commit61fc4c2bfaee8f4da75ce217911f103da7a8a69e
tree5cf464107e5796ff22805f408dc809f984ab924f
parent60b2c2e66b81c323c0bc70ea4233cdbf8cdae5b2
accel/tcg: Remove mttcg_enabled

In qemu_tcg_mttcg_enabled, read the value from TCGState
and eliminate the separate global variable.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/tcg-all.c