Re: [PATCH 15/21] accel/tcg: Include missing 'hw/core/cpu.h' header

2024-04-17 Thread Richard Henderson
On 4/17/24 11:28, Philippe Mathieu-Daudé wrote: tcg_cpu_init_cflags() accesses CPUState fields, so requires "hw/core/cpu.h" to get its structure definition. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Anton Johansson Message-Id:<20231212123401.37493-12-phi...@linaro.org> --- accel/tcg/t

[PATCH 15/21] accel/tcg: Include missing 'hw/core/cpu.h' header

2024-04-17 Thread Philippe Mathieu-Daudé
tcg_cpu_init_cflags() accesses CPUState fields, so requires "hw/core/cpu.h" to get its structure definition. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Anton Johansson Message-Id: <20231212123401.37493-12-phi...@linaro.org> --- accel/tcg/tcg-accel-ops.c | 2 ++ 1 file changed, 2 inserti