xlat: update kvm_cap

* 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>
This commit is contained in:
Eugene Syromyatnikov 2018-09-24 00:43:52 +02:00 committed by Dmitry V. Levin
parent 95e1e717ac
commit a55f5485c6
2 changed files with 11 additions and 2 deletions

4
NEWS
View File

@ -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

View 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