KVM: VMX: Remove vmcs_config.order
authorJim Mattson <jmattson@google.com>
Tue, 25 Jan 2022 00:43:59 +0000 (16:43 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 26 Jan 2022 17:14:58 +0000 (12:14 -0500)
commit519669cc58368385db93fd1560c09bf3334a6ecc
treec5796f614f9271f338bdb8f83b5570a1cc12fb6a
parentd081a343dd18f6733f2f4d9a2521db92de9f7b75
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>
arch/x86/kvm/vmx/capabilities.h
arch/x86/kvm/vmx/vmx.c