On 4/22/25 12:28, Richard Henderson wrote:
Delay the warning to tcg_init_machine, because we will have resolved the CPUClass at that point.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- accel/tcg/tcg-all.c | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>