commit | 7bf662bb5ea806e3958638e9b80f203d11fbcc87 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Wed Sep 23 11:04:07 2020 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 28 07:58:01 2020 -0400 |
tree | 7425756fcdc4fa6b39ed764de6c324a05738c897 | |
parent | d85a8034c016a1f50e879124bc5839c986d87a0a [diff] |
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>