From: Dmitry V. Levin Date: Tue, 13 Aug 2019 11:06:57 +0000 (+0000) Subject: xlat: update KVM_CAP_* constants X-Git-Tag: v5.3~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0021646ed56a9fec55487a14a8ea865d872dc89;p=strace xlat: update KVM_CAP_* constants * xlat/kvm_cap.in (KVM_CAP_PMU_EVENT_FILTER): New constant introduced by Linux kernel commit v5.3-rc1~115^2~5. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index b0465bcf..5f2dae92 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Noteworthy changes in release ?.? (????-??-??) ============================================== * Improvements - * Updated lists of BPF_*, ETH_*, KEYCTL_*, MAP_*, SO_*, V4L2_*, + * Updated lists of BPF_*, ETH_*, KEYCTL_*, KVM_*, MAP_*, SO_*, V4L2_*, and XDP_* constants. * Bug fixes diff --git a/xlat/kvm_cap.in b/xlat/kvm_cap.in index 730b6aa8..a6561fcb 100644 --- a/xlat/kvm_cap.in +++ b/xlat/kvm_cap.in @@ -166,3 +166,4 @@ KVM_CAP_PPC_IRQ_XIVE 169 KVM_CAP_ARM_SVE 170 KVM_CAP_ARM_PTRAUTH_ADDRESS 171 KVM_CAP_ARM_PTRAUTH_GENERIC 172 +KVM_CAP_PMU_EVENT_FILTER 173