Re: [PATCH] hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachable

2023-10-27 Thread Peter Maydell
On Wed, 25 Oct 2023 at 07:59, Philippe Mathieu-Daudé wrote: > > Prefer using a well known local first CPU rather than a global one. > > Signed-off-by: Philippe Mathieu-Daudé > --- Applied to target-arm.next, thanks. -- PMM

Re: [PATCH] hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachable

2023-10-25 Thread Richard Henderson
On 10/24/23 23:59, Philippe Mathieu-Daudé wrote: Prefer using a well known local first CPU rather than a global one. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/bananapi_m2u.c | 2 +- hw/arm/exynos4_boards.c | 7 --- hw/arm/orangepi.c | 2 +- hw/arm/realview.c | 2 +-

[PATCH] hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachable

2023-10-24 Thread Philippe Mathieu-Daudé
Prefer using a well known local first CPU rather than a global one. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/bananapi_m2u.c | 2 +- hw/arm/exynos4_boards.c | 7 --- hw/arm/orangepi.c | 2 +- hw/arm/realview.c | 2 +- hw/arm/xilinx_zynq.c| 2 +- 5 files changed, 8 in