[PATCH v2 08/11] selftests: KVM: Create helper for making SMCCC calls

2021-09-23 Thread Oliver Upton
The PSCI and PV stolen time tests both need to make SMCCC calls within the guest. Create a helper for making SMCCC calls and rework the existing tests to use the library function. Signed-off-by: Oliver Upton --- .../testing/selftests/kvm/aarch64/psci_test.c | 25 ++- .../selftest

Re: [PATCH v2 08/11] selftests: KVM: Create helper for making SMCCC calls

2021-10-05 Thread Andrew Jones
On Thu, Sep 23, 2021 at 07:16:07PM +, Oliver Upton wrote: > The PSCI and PV stolen time tests both need to make SMCCC calls within > the guest. Create a helper for making SMCCC calls and rework the > existing tests to use the library function. > > Signed-off-by: Oliver Upton > --- > .../test