commit | 88865beca90621ae33217d5f23664d382f99205a | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Mar 12 16:11:24 2020 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Tue Sep 29 14:19:39 2020 +0100 |
tree | 7c3b9678b922c4699d985dd3dd27919da6340ba0 | |
parent | d7eec2360e389cc877a76c2b098f7b745007d2b2 [diff] |
KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1 As we can now hide events from the guest, let's also adjust its view of PCMEID{0,1}_EL1 so that it can figure out why some common events are not counting as they should. The astute user can still look into the TRM for their CPU and find out they've been cheated, though. Nobody's perfect. Signed-off-by: Marc Zyngier <maz@kernel.org>