summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-02-09 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-02-09 08:00:00 +0000
commitbfed11f38a5941fdac67a1d60315af541b962828 (patch)
tree9b5fd1fdfcddcc8b3c27910e40c05e678d96931c
parentf9d4961ff5a08287b91c5246f9f3f40ae4615ecd (diff)
downloadstrace-bfed11f38a5941fdac67a1d60315af541b962828.tar.gz
xlat: update KVM_* constants
* src/xlat/kvm_cap.in (KVM_CAP_S390_PROTECTED_ASYNC_DISABLE): New constant introduced by Linux kernel commit v6.2-rc1~77^2~5^2~5. (KVM_CAP_DIRTY_LOG_RING_WITH_BITMAP): New constant introduced by Linux kernel commit v6.2-rc1~77^2~4. * NEWS: Mention this change.
-rw-r--r--NEWS3
-rw-r--r--src/xlat/kvm_cap.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dca78dc97..c42cfa8f6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@ Noteworthy changes in release ?.? (????-??-??)
* Improvements
* Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT
netlink attributes.
- * Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, and MEMBARRIER_* constants.
+ * Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*,
+ and MEMBARRIER_* constants.
* Updated lists of ioctl commands from Linux 6.2.
Noteworthy changes in release 6.1 (2022-12-12)
diff --git a/src/xlat/kvm_cap.in b/src/xlat/kvm_cap.in
index 7abad8162..92cc01bf0 100644
--- a/src/xlat/kvm_cap.in
+++ b/src/xlat/kvm_cap.in
@@ -217,3 +217,5 @@ KVM_CAP_VM_DISABLE_NX_HUGE_PAGES 220
KVM_CAP_S390_ZPCI_OP 221
KVM_CAP_S390_CPU_TOPOLOGY 222
KVM_CAP_DIRTY_LOG_RING_ACQ_REL 223
+KVM_CAP_S390_PROTECTED_ASYNC_DISABLE 224
+KVM_CAP_DIRTY_LOG_RING_WITH_BITMAP 225