KVM: vmx: rename __vmx_load_host_state() and vmx_save_host_state()
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 23 Jul 2018 19:32:44 +0000 (12:32 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Aug 2018 15:59:12 +0000 (17:59 +0200)
commit6d6095bd2c915f4c2ba6f25e7d16e38b06c904de
tree68c7ae355208cd7bb6fe18a2d3ed08102c0a582d
parent678e315e78a780dbef384b92339c8414309dbc11
KVM: vmx: rename __vmx_load_host_state() and vmx_save_host_state()

Now that the vmx_load_host_state() wrapper is gone, i.e. the only
time we call the core functions is when we're actually about to
switch between guest/host, rename the functions that handle lazy
state switching to vmx_prepare_switch_to_{guest,host}_state() to
better document the full extent of their functionality.

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