Re: [PATCH 07/16] hw/arm/versal: Let boot.c handle PSCI enablement

2022-02-07 Thread Alexander Graf
On 27.01.22 16:46, Peter Maydell wrote: Instead of setting the CPU psci-conduit and start-powered-off properties in the xlnx-versal-virt board code, set the arm_boot_info psci_conduit field so that the boot.c code can do it. This will fix a corner case where we were incorrectly enabling PSCI e

Re: [PATCH 07/16] hw/arm/versal: Let boot.c handle PSCI enablement

2022-01-30 Thread Richard Henderson
On 1/28/22 02:46, Peter Maydell wrote: Instead of setting the CPU psci-conduit and start-powered-off properties in the xlnx-versal-virt board code, set the arm_boot_info psci_conduit field so that the boot.c code can do it. This will fix a corner case where we were incorrectly enabling PSCI emul

[PATCH 07/16] hw/arm/versal: Let boot.c handle PSCI enablement

2022-01-27 Thread Peter Maydell
Instead of setting the CPU psci-conduit and start-powered-off properties in the xlnx-versal-virt board code, set the arm_boot_info psci_conduit field so that the boot.c code can do it. This will fix a corner case where we were incorrectly enabling PSCI emulation when booting guest code into EL3 be