]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr"
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 23 Sep 2020 18:04:07 +0000 (11:04 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:58:01 +0000 (07:58 -0400)
commit66dff65c72c264e70382e4218895a03ad66cd31d
tree7425756fcdc4fa6b39ed764de6c324a05738c897
parent1af9153d7fe09528d9f53b79cf23116acac5eb34
KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr"

Add "uret" to vmx_set_guest_msr() to explicitly associate it with the
guest_uret_msrs array, and to differentiate it from vmx_set_msr() as
well as VMX's load/store MSRs.

No functional change intended.

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