commit | 694e3dcc47471b8b409a0ef647319b746eabcb3a | [log] [tgz] |
---|---|---|
author | Oliver Upton <oupton@google.com> | Wed May 04 03:24:43 2022 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Wed May 04 09:28:45 2022 +0100 |
tree | 1e80ad9de36a60041c9e1c551c7fc393e0b789e8 | |
parent | 6689fb8f21ecf5fd99278b622c9579ffbc2742c2 [diff] |
selftests: KVM: Create helper for making SMCCC calls 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 <oupton@google.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20220504032446.4133305-10-oupton@google.com