]> granicus.if.org Git - strace/commitdiff
xlat: update kvm_cap
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 23 Sep 2018 22:43:52 +0000 (00:43 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
* xlat/kvm_cap.in (KVM_CAP_NESTED_STATE): New constant, introduced
by Linux commit v4.19-rc1~87^2~62.
(KVM_CAP_ARM_INJECT_SERROR_ESR): New constant, introduced by Linux
commit v4.19-rc1~55^2~12^2~14, merged with its final value
in v4.19-rc1~55^2~12.
(KVM_CAP_MSR_PLATFORM_INFO): New constant, introduced by Linux commit
v4.19-rc5~8^2~2.
(KVM_CAP_PPC_NESTED_HV): New constant, introduced by Linux commit
v4.20-rc1~113^2~107^2~1.
(KVM_CAP_HYPERV_SEND_IPI): New constant, introduced by Linux commit
v4.20-rc1~113^2~72.
KVM_CAP_COALESCED_PIO): New constant, introduced by Linux commit
v4.20-rc1~113^2~31.
(KVM_CAP_HYPERV_ENLIGHTENED_VMCS): New constant, introduced by Linux
commit v4.20-rc1~113^2~25.
(KVM_CAP_EXCEPTION_PAYLOAD): New constant, introduced by Linux commit
v4.20-rc1~113^2~8.
(KVM_CAP_ARM_VM_IPA_SIZE): New constant, introduced by Linux commit
v4.20-rc1~113^2~5^2~8 and updated by Linux commit
v4.20-rc1~113^2~5.
* NEWS: Mention this.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
NEWS
xlat/kvm_cap.in

diff --git a/NEWS b/NEWS
index 9fccddada7eaec18e12fc7a58df20fd73907cdd6..6813225850f8f89ad6a3b1e53e859a506a4759e2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,8 +23,8 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Enhanced decoding of getsockopt SO_ERROR option.
   * Enhanced error diagnostics when the first exec fails.
   * Added %net as a short form of %network in syscall specifications.
-  * Updated lists of BPF_*, FAN_*, IFA_*, IFLA_*, NETLINK_*, NTF_*, SOL_*,
-    and TCA_* constants.
+  * Updated lists of BPF_*, FAN_*, IFA_*, IFLA_*, KVM_CAP_*, NETLINK_*, NTF_*,
+    SOL_*, and TCA_* constants.
   * Enhanced manual page.
 
 * Bug fixes
index a3819e7dcc3fbc66abe34064e9eb1723c8eec448..6d229e0d109e3a4b28c8d696a932431653a4f619 100644 (file)
@@ -150,3 +150,12 @@ KVM_CAP_GET_MSR_FEATURES           153
 KVM_CAP_HYPERV_EVENTFD                 154
 KVM_CAP_HYPERV_TLBFLUSH                        155
 KVM_CAP_S390_HPAGE_1M                  156
+KVM_CAP_NESTED_STATE                   157
+KVM_CAP_ARM_INJECT_SERROR_ESR          158
+KVM_CAP_MSR_PLATFORM_INFO              159
+KVM_CAP_PPC_NESTED_HV                  160
+KVM_CAP_HYPERV_SEND_IPI                        161
+KVM_CAP_COALESCED_PIO                  162
+KVM_CAP_HYPERV_ENLIGHTENED_VMCS                163
+KVM_CAP_EXCEPTION_PAYLOAD              164
+KVM_CAP_ARM_VM_IPA_SIZE                        165