Re: [PATCH v1 0/1] hw/arm: versal-virt: Always call arm_load_kernel()

2022-02-07 Thread Peter Maydell
On Sun, 30 Jan 2022 at 11:03, Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > This should be applied on top of Peter Maydell's > "arm: Fix handling of unrecognized functions in PSCI emulation" > patch series. > > This fixes an issue reported by Peter Maydell. We should > always call ar

[PATCH v1 0/1] hw/arm: versal-virt: Always call arm_load_kernel()

2022-01-30 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" This should be applied on top of Peter Maydell's "arm: Fix handling of unrecognized functions in PSCI emulation" patch series. This fixes an issue reported by Peter Maydell. We should always call arm_load_kernel() regardless of kernel_filename being set. This is needed