]> granicus.if.org Git - strace/commitdiff
xlat: update KVM_CAP_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Aug 2019 11:06:57 +0000 (11:06 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Aug 2019 11:06:57 +0000 (11:06 +0000)
* 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.

NEWS
xlat/kvm_cap.in

diff --git a/NEWS b/NEWS
index b0465bcf818d09765b6e485057006df3c7336a6c..5f2dae92640d7d24f9faa9c338ae69c885b29107 100644 (file)
--- 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
index 730b6aa8e224fc57eb3dc9eb6ab219a05f4abd05..a6561fcbcdc1e900491ee6245faa500fe8aa3464 100644 (file)
@@ -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