summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2022-05-02 05:58:13 +0200
committerDmitry V. Levin <ldv@strace.io>2022-05-02 03:58:13 +0000
commit5981b3eb465c9267a908c4be260c7bdad9f37d44 (patch)
treeda5f7a671eb678fad235a4bb847eef4df93c7b6a
parent7a4330419b5cc3ad0108745485ebc000f2a6201b (diff)
downloadstrace-5981b3eb465c9267a908c4be260c7bdad9f37d44.tar.gz
xlat: update KVM_* constants
* src/xlat/kvm_cap.in (KVM_CAP_S390_MEM_OP_EXTENSION): New constant, introduced by Linux commit v5.18-rc1~10^2~52^2~11 and getting its present value in commit v5.18-rc1~10^2~131. (KVM_CAP_PMU_CAPABILITY): New constant, introduced by Linux commit v5.18-rc1~10^2~124. (KVM_CAP_DISABLE_QUIRKS2): New constant, introduced by Linux commit v5.18-rc1~10^2~43. * NEWS: Mention this.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/kvm_cap.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3740b76bb..899ea8cf7 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Added --tips option to print strace tips, tricks, and tweaks
at the end of the tracing session.
* Enhanced decoding of io_uring_register syscall.
- * Updated lists of BR_*, BTRFS_*, IFA_*, IFLA_*, IORING_*, KEY_*,
+ * Updated lists of BR_*, BTRFS_*, IFA_*, IFLA_*, IORING_*, KEY_*, KVM_*,
MADV_*, and UFFD_* constants.
* Bug fixes
diff --git a/src/xlat/kvm_cap.in b/src/xlat/kvm_cap.in
index 4fb54d803..cc544b1c4 100644
--- a/src/xlat/kvm_cap.in
+++ b/src/xlat/kvm_cap.in
@@ -204,3 +204,6 @@ KVM_CAP_VM_GPA_BITS 207
KVM_CAP_XSAVE2 208
KVM_CAP_SYS_ATTRIBUTES 209
KVM_CAP_PPC_AIL_MODE_3 210
+KVM_CAP_S390_MEM_OP_EXTENSION 211
+KVM_CAP_PMU_CAPABILITY 212
+KVM_CAP_DISABLE_QUIRKS2 213