Re: [PATCH 07/20] accel/tcg: Build tcg_flags helpers as common code
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
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 --