Re: [PATCH 16/24] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion

2023-12-11 Thread Richard Henderson
On 12/11/23 13:19, Philippe Mathieu-Daudé wrote: "exec/cpu-all.h" doesn't need definitions from "qemu/rcu.h", however "exec/ram_addr.h" does. Signed-off-by: Philippe Mathieu-Daudé --- include/exec/cpu-all.h | 1 - include/exec/ram_addr.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-

[PATCH 16/24] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion

2023-12-11 Thread Philippe Mathieu-Daudé
"exec/cpu-all.h" doesn't need definitions from "qemu/rcu.h", however "exec/ram_addr.h" does. Signed-off-by: Philippe Mathieu-Daudé --- include/exec/cpu-all.h | 1 - include/exec/ram_addr.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/exec/cpu-all.h b/include/exec/