Re: [PATCH 07/20] accel/tcg: Build tcg_flags helpers as common code

2025-01-26 Thread Richard Henderson
On 1/23/25 15:44, Philippe Mathieu-Daudé wrote: While cpu-exec.c is build for each target,tcg_flags helpers aren't target specific. Move them to cpu-exec-common.c to build them once. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/cpu-exec-common.c | 33 +

[PATCH 07/20] accel/tcg: Build tcg_flags helpers as common code

2025-01-23 Thread Philippe Mathieu-Daudé
While cpu-exec.c is build for each target,tcg_flags helpers aren't target specific. Move them to cpu-exec-common.c to build them once. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/cpu-exec-common.c | 33 + accel/tcg/cpu-exec.c| 32 --