diff options
| author | Oliver Upton <oupton@kernel.org> | 2026-08-19 12:27:30 -0700 |
|---|---|---|
| committer | Oliver Upton <oupton@kernel.org> | 2026-08-19 12:27:30 -0700 |
| commit | f18145128354f565f9f7518a2ed816e90099fc40 (patch) | |
| tree | 55c543c4b22c1e285586e03f5511d14e53149a22 /include/uapi/linux | |
| parent | f5098b6bae761e346ebcd9da7f95622c04733cff (diff) | |
| parent | ad220e275c3987aea865d4c05ad66ba0295c494d (diff) | |
Merge branch 'kvm-arm64/pmu-7.3' into next
* kvm-arm64/pmu-7.3:
: vPMU updates for 7.3
:
: - Support for slot-based PMU events, relying on new UAPI that makes
: selection of a vPMU implementation mandatory (Congkai Tan)
KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_STRICT vCPU feature
KVM: arm64: Ignore writes to PMCR_EL0.N when using strict UAPI
KVM: arm64: Advertise STALL_SLOT* in PMCEID1 under strict PMUv3 UAPI
KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI
Signed-off-by: Oliver Upton <oupton@kernel.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 419011097fa8..9fc8dfdfd65f 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -997,6 +997,7 @@ struct kvm_enable_cap { #define KVM_CAP_S390_KEYOP 247 #define KVM_CAP_S390_VSIE_ESAMODE 248 #define KVM_CAP_S390_HPAGE_2G 249 +#define KVM_CAP_ARM_PMU_V3_STRICT 250 struct kvm_irq_routing_irqchip { __u32 irqchip; |
