On 22/4/25 21: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: Philippe Mathieu-Daudé <phi...@linaro.org>