On 4/28/24 15:14, Philippe Mathieu-Daudé wrote:
@tcg_cflags is specific to TCG accelerator, move it to its AccelCPUState.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- accel/tcg/vcpu-state.h | 2 ++ include/hw/core/cpu.h | 4 +--- accel/tcg/cpu-exec.c | 6 +++--- linux-user/main.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~