summaryrefslogtreecommitdiffstats
path: root/include/kvm/arm_hypercalls.h
Commit message (Collapse)AuthorAgeFilesLines
* KVM: arm/arm64: Factor out hypercall handling from PSCI codeChristoffer Dall2019-10-211-0/+43
We currently intertwine the KVM PSCI implementation with the general dispatch of hypercall handling, which makes perfect sense because PSCI is the only category of hypercalls we support. However, as we are about to support additional hypercalls, factor out this functionality into a separate hypercall handler file. Signed-off-by: Christoffer Dall <christoffer.dall@arm.com> [steven.price@arm.com: rebased] Reviewed-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Steven Price <steven.price@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>