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

2020-12-04 Thread Roman Bolshakov
On Fri, Dec 04, 2020 at 12:48:51AM +0100, 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. > Reviewed-by: Roman Bolshakov

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

2020-12-03 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 --- v3 -> v4: - Combine both if statements --- target/arm/cpu.c | 4 ++-