]> granicus.if.org Git - strace/commitdiff
xlat: update KVM_CAP_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 27 May 2019 21:25:52 +0000 (21:25 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 27 May 2019 21:25:52 +0000 (21:25 +0000)
* xlat/clone_flags.in (KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2): New
constant introduced by Linux kernel commit v5.2-rc1~17^2~11.
(KVM_CAP_PPC_IRQ_XIVE): New constant introduced by Linux kernel commits
v5.2-rc1~17^2~2^2~19 and v5.2-rc1~17^2~2.
(KVM_CAP_ARM_SVE): New constant introduced by Linux kernel commit
v5.2-rc1~17^2~1^2~31.
(KVM_CAP_ARM_PTRAUTH_ADDRESS, KVM_CAP_ARM_PTRAUTH_GENERIC): New
constants introduced by Linux kernel commits v5.2-rc1~17^2~1^2~10
and v5.2-rc1~17^2~1.
* NEWS: Mention this.

NEWS
xlat/kvm_cap.in

diff --git a/NEWS b/NEWS
index e18b5056bb4413c0574ca6d89243161d3306e3aa..e3fd3960ee1a8273fdbaff74bb4dea8ece423afb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Noteworthy changes in release ?.? (????-??-??)
 ==============================================
 
 * Improvements
-  * Updated lists of AUDIT_*, CLONE_*, and V4L2_* constants.
+  * Updated lists of AUDIT_*, CLONE_*, KVM_*, and V4L2_* constants.
 
 Noteworthy changes in release 5.1 (2019-05-22)
 ==============================================
index 64a3ca776b5a25f3091b3efae93e145c4cfb6737..730b6aa8e224fc57eb3dc9eb6ab219a05f4abd05 100644 (file)
@@ -161,3 +161,8 @@ KVM_CAP_EXCEPTION_PAYLOAD           164
 KVM_CAP_ARM_VM_IPA_SIZE                        165
 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT       166
 KVM_CAP_HYPERV_CPUID                   167
+KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2      168
+KVM_CAP_PPC_IRQ_XIVE                   169
+KVM_CAP_ARM_SVE                                170
+KVM_CAP_ARM_PTRAUTH_ADDRESS            171
+KVM_CAP_ARM_PTRAUTH_GENERIC            172