]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit545d289f66f62f8b839fcf8bddcd3c6b33a9d7b1
treec5796f614f9271f338bdb8f83b5570a1cc12fb6a
parentf94c331af6dfc3e6ad379ddea157490457e04db7
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