From d79f526c65078b72958d88229cecab93a824d02e Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Thu, 17 Jul 2025 17:24:44 +0200 Subject: sys/linux: fix inout parameters for certain KVM ioctls For certain ioctls https://www.kernel.org/doc/Documentation/virt/kvm/api.txt lists their parameters as "in/out". Change their descriptions to reflect that. Also define KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_SUPPORTED_HV_CPUID --- sys/linux/dev_kvm_amd64.txt.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_kvm_amd64.txt.const') diff --git a/sys/linux/dev_kvm_amd64.txt.const b/sys/linux/dev_kvm_amd64.txt.const index a389dbcb9..02d5659c2 100644 --- a/sys/linux/dev_kvm_amd64.txt.const +++ b/sys/linux/dev_kvm_amd64.txt.const @@ -56,12 +56,14 @@ KVM_GET_FPU = 2174791308 KVM_GET_IRQCHIP = 3255348834 KVM_GET_LAPIC = 2214637198 KVM_GET_MSRS = 3221794440 +KVM_GET_MSR_FEATURE_INDEX_LIST = 3221532170 KVM_GET_MSR_INDEX_LIST = 3221532162 KVM_GET_NESTED_STATE = 3229658814 KVM_GET_NR_MMU_PAGES = 44613 KVM_GET_PIT = 3225988709 KVM_GET_PIT2 = 2154868383 KVM_GET_SUPPORTED_CPUID = 3221794309 +KVM_GET_SUPPORTED_HV_CPUID = 3221794497 KVM_GET_TSC_KHZ = 44707 KVM_GET_XCRS = 2173218470 KVM_GET_XSAVE = 2415963812 -- cgit mrf-deployment