Re: [PATCH v6 05/11] arm: Set PSCI to 0.2 for HVF

2021-01-28 Thread Peter Maydell
On Wed, 20 Jan 2021 at 22:44, Alexander Graf wrote: > > In Hypervisor.framework, we just pass PSCI calls straight on to the QEMU > emulation > of it. That means, if TCG is compatible with PSCI 0.2, so are we. Let's > transpose > that fact in code too. > > Signed-off-by: Alexander Graf > Reviewe

[PATCH v6 05/11] arm: Set PSCI to 0.2 for HVF

2021-01-20 Thread Alexander Graf
In Hypervisor.framework, we just pass PSCI calls straight on to the QEMU emulation of it. That means, if TCG is compatible with PSCI 0.2, so are we. Let's transpose that fact in code too. Signed-off-by: Alexander Graf Reviewed-by: Roman Bolshakov --- v3 -> v4: - Combine both if statements