Re: [PATCH 08/16] hw/arm/virt: 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 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 b

[PATCH 08/16] hw/arm/virt: 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 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 because it was