Re: [PATCH v2 14/30] exec/cpu-all: remove cpu include

2025-04-05 Thread Richard Henderson
On 3/20/25 15:29, Pierrick Bouvier wrote: Now we made sure important defines are included using their direct path, we can remove cpu.h from cpu-all.h. Signed-off-by: Pierrick Bouvier --- include/exec/cpu-all.h | 2 -- accel/tcg/cpu-exec.c | 1 + 2 files changed, 1 insertion(+), 2 deletions

[PATCH v2 14/30] exec/cpu-all: remove cpu include

2025-03-20 Thread Pierrick Bouvier
Now we made sure important defines are included using their direct path, we can remove cpu.h from cpu-all.h. Signed-off-by: Pierrick Bouvier --- include/exec/cpu-all.h | 2 -- accel/tcg/cpu-exec.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/exec/cpu-all.h b/inc