From: Dmitry V. Levin Date: Mon, 27 May 2019 21:25:52 +0000 (+0000) Subject: xlat: update KVM_CAP_* constants X-Git-Tag: v5.2~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec3b5c5e6e745a87a9db6148a9101efdcd0e6ad1;p=strace xlat: update KVM_CAP_* constants * 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. --- diff --git a/NEWS b/NEWS index e18b5056..e3fd3960 100644 --- 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) ============================================== diff --git a/xlat/kvm_cap.in b/xlat/kvm_cap.in index 64a3ca77..730b6aa8 100644 --- a/xlat/kvm_cap.in +++ b/xlat/kvm_cap.in @@ -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