]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Move mttcg warning to tcg_init_machine
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Apr 2025 01:52:36 +0000 (18:52 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:07:32 +0000 (15:07 -0700)
commit84cde4af081b9fa9c0fc82d3f1a8da406b4ba9e4
tree1f63f8d59a93d3b2e70533b2b5fa8c4fb5398a9f
parentd1aa577228e6eeda3589c6480d994ee4bd0d23e5
accel/tcg: Move mttcg warning to tcg_init_machine

Delay the warning to tcg_init_machine, because we will
have resolved the CPUClass at that point.

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>
accel/tcg/tcg-all.c