KVM: nVMX: Dynamically compute max VMCS index for vmcs12
authorSean Christopherson <seanjc@google.com>
Fri, 18 Jun 2021 21:46:58 +0000 (14:46 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 21 Jun 2021 16:58:55 +0000 (12:58 -0400)
commitba1f82456ba8438a8abc96274d57bfe76d34a4a8
treecc41db33207d02b21bf933e02db03a4f22dcfa5e
parent5140bc7d6bc8abad58b4f2a2c011607bfd922992
KVM: nVMX: Dynamically compute max VMCS index for vmcs12

Calculate the max VMCS index for vmcs12 by walking the array to find the
actual max index.  Hardcoding the index is prone to bitrot, and the
calculation is only done on KVM bringup (albeit on every CPU, but there
aren't _that_ many null entries in the array).

Fixes: 3c0f99366e34 ("KVM: nVMX: Add a TSC multiplier field in VMCS12")
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210618214658.2700765-1-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/vmcs.h
arch/x86/kvm/vmx/vmcs12.h