]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Prepend "MAX_" to MSR array size defines
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 23 Sep 2020 18:03:56 +0000 (11:03 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:55 +0000 (07:57 -0400)
commit2e386028dc19d308c2e47b6bc643c21f112cd347
tree718805c0cca6399bfbc1cb7a1559860c263a3462
parente82fb2fe8dfbe20aaf18d103b21c93b90b1969a1
KVM: VMX: Prepend "MAX_" to MSR array size defines

Add "MAX" to the LOADSTORE and so called SHARED MSR defines to make it
more clear that the define controls the array size, as opposed to the
actual number of valid entries that are in the array.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200923180409.32255-3-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx.h