Re: [PATCH v11 07/10] hvf: arm: Implement PSCI handling

2021-09-16 Thread Peter Maydell
On Wed, 15 Sept 2021 at 19:10, Alexander Graf wrote: > > We need to handle PSCI calls. Most of the TCG code works for us, > but we can simplify it to only handle aa64 mode and we need to > handle SUSPEND differently. > > This patch takes the TCG code as template and duplicates it in HVF. > > To te

[PATCH v11 07/10] hvf: arm: Implement PSCI handling

2021-09-15 Thread Alexander Graf
We need to handle PSCI calls. Most of the TCG code works for us, but we can simplify it to only handle aa64 mode and we need to handle SUSPEND differently. This patch takes the TCG code as template and duplicates it in HVF. To tell the guest that we support PSCI 0.2 now, update the check in arm_c