Skip to content
Commit 46081078 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

KVM: arm64: Upgrade PMU support to ARMv8.4



Upgrading the PMU code from ARMv8.1 to ARMv8.4 turns out to be
pretty easy. All that is required is support for PMMIR_EL1, which
is read-only, and for which returning 0 is a valid option as long
as we don't advertise STALL_SLOT as an implemented event.

Let's just do that and adjust what we return to the guest.

Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent 94893fc9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment