diff options
| author | Alexander Potapenko <glider@google.com> | 2025-07-17 17:24:44 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-07-18 11:16:37 +0000 |
| commit | d79f526c65078b72958d88229cecab93a824d02e (patch) | |
| tree | 5c8812bad66dc4ef6a0a08216462a3b53038f4fa /sys/linux/dev_kvm_amd64.txt.const | |
| parent | ee788784f8d737adcb5635629c2e78ca948e7cfa (diff) | |
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
Diffstat (limited to 'sys/linux/dev_kvm_amd64.txt.const')
| -rw-r--r-- | sys/linux/dev_kvm_amd64.txt.const | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
