Re: [PATCH 09/10] riscv: Clean up includes

2024-01-29 Thread Alistair Francis
On Fri, Jan 26, 2024 at 2:35 AM Peter Maydell wrote: > > This commit was created with scripts/clean-includes: > ./scripts/clean-includes --git riscv target/riscv/*.[ch] > > All .c should include qemu/osdep.h first. The script performs three > related cleanups: > > * Ensure .c files include qemu/

Re: [PATCH 09/10] riscv: Clean up includes

2024-01-26 Thread Zhao Liu
On Thu, Jan 25, 2024 at 04:34:07PM +, Peter Maydell wrote: > Date: Thu, 25 Jan 2024 16:34:07 + > From: Peter Maydell > Subject: [PATCH 09/10] riscv: Clean up includes > X-Mailer: git-send-email 2.34.1 > > This commit was created with scripts/clean-includes: > ./s

Re: [PATCH 09/10] riscv: Clean up includes

2024-01-25 Thread Philippe Mathieu-Daudé
On 25/1/24 17:34, Peter Maydell wrote: This commit was created with scripts/clean-includes: ./scripts/clean-includes --git riscv target/riscv/*.[ch] All .c should include qemu/osdep.h first. The script performs three related cleanups: * Ensure .c files include qemu/osdep.h first. * Including

[PATCH 09/10] riscv: Clean up includes

2024-01-25 Thread Peter Maydell
This commit was created with scripts/clean-includes: ./scripts/clean-includes --git riscv target/riscv/*.[ch] All .c should include qemu/osdep.h first. The script performs three related cleanups: * Ensure .c files include qemu/osdep.h first. * Including it in a .h is redundant, since the .c al