Re: [PATCH] target/arm/common-semi-target.h: Remove unnecessary boot.h include

2023-09-28 Thread Richard Henderson
On 9/25/23 07:22, Peter Maydell wrote: The hw/arm/boot.h include in common-semi-target.h is not actually needed, and it's a bit odd because it pulls a hw/arm header into a target/arm file. This include was originally needed because the semihosting code used the arm_boot_info struct to get the ba

[PATCH] target/arm/common-semi-target.h: Remove unnecessary boot.h include

2023-09-25 Thread Peter Maydell
The hw/arm/boot.h include in common-semi-target.h is not actually needed, and it's a bit odd because it pulls a hw/arm header into a target/arm file. This include was originally needed because the semihosting code used the arm_boot_info struct to get the base address of the RAM in system emulation