Re: [PATCH] accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'

2024-12-20 Thread Philippe Mathieu-Daudé
On 17/12/24 15:22, Richard Henderson wrote: On 12/16/24 15:40, Philippe Mathieu-Daudé wrote: curr_cflags() is only used within accel/tcg/, move its declaration to accel/tcg/internal-common.h. Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé ---   accel/tcg/internal-common

Re: [PATCH] accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'

2024-12-17 Thread Richard Henderson
On 12/16/24 15:40, Philippe Mathieu-Daudé wrote: curr_cflags() is only used within accel/tcg/, move its declaration to accel/tcg/internal-common.h. Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/internal-common.h | 3 +++ include/exec/cpu-common.h | 3

Re: [PATCH] accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'

2024-12-16 Thread Richard Henderson
On 12/16/24 15:40, Philippe Mathieu-Daudé wrote: curr_cflags() is only used within accel/tcg/, move its declaration to accel/tcg/internal-common.h. Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/internal-common.h | 3 +++ include/exec/cpu-common.h | 3

[PATCH] accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'

2024-12-16 Thread Philippe Mathieu-Daudé
curr_cflags() is only used within accel/tcg/, move its declaration to accel/tcg/internal-common.h. Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/internal-common.h | 3 +++ include/exec/cpu-common.h | 3 --- accel/tcg/watchpoint.c | 1 + 3 files chang