diff options
author | Jim Mattson <jmattson@google.com> | 2022-01-25 01:43:59 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-01-26 18:14:58 +0100 |
commit | 519669cc58368385db93fd1560c09bf3334a6ecc (patch) | |
tree | c5796f614f9271f338bdb8f83b5570a1cc12fb6a /arch/x86/kvm/vmx/capabilities.h | |
parent | KVM/X86: Make kvm_vcpu_reload_apic_access_page() static (diff) | |
download | linux-519669cc58368385db93fd1560c09bf3334a6ecc.tar.xz linux-519669cc58368385db93fd1560c09bf3334a6ecc.zip |
KVM: VMX: Remove vmcs_config.order
The maximum size of a VMCS (or VMXON region) is 4096. By definition,
these are order 0 allocations.
Signed-off-by: Jim Mattson <jmattson@google.com>
Message-Id: <20220125004359.147600-1-jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx/capabilities.h')
-rw-r--r-- | arch/x86/kvm/vmx/capabilities.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx/capabilities.h b/arch/x86/kvm/vmx/capabilities.h index 959b59d13b5a..3f430e218375 100644 --- a/arch/x86/kvm/vmx/capabilities.h +++ b/arch/x86/kvm/vmx/capabilities.h @@ -54,7 +54,6 @@ struct nested_vmx_msrs { struct vmcs_config { int size; - int order; u32 basic_cap; u32 revision_id; u32 pin_based_exec_ctrl; |