Re: [PATCH v2 05/30] exec/cpu-all: remove system/memory include

2025-03-21 Thread Richard Henderson
On 3/20/25 15:29, Pierrick Bouvier wrote: We include this header where needed. When includes set already have ifdef CONFIG_USER_ONLY, we add it here, else, we don't condition the include. Signed-off-by: Pierrick Bouvier --- hw/s390x/ipl.h | 1 + include/exec/cpu-all.h

[PATCH v2 05/30] exec/cpu-all: remove system/memory include

2025-03-20 Thread Pierrick Bouvier
We include this header where needed. When includes set already have ifdef CONFIG_USER_ONLY, we add it here, else, we don't condition the include. Signed-off-by: Pierrick Bouvier --- hw/s390x/ipl.h | 1 + include/exec/cpu-all.h | 3 --- target/arm/internals.h