OSDN Git Service

KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 Jun 2019 17:00:14 +0000 (19:00 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Jun 2019 09:46:54 +0000 (11:46 +0200)
commitb464f57e133d8c751ca1fb4af039c808b873876b
treebabb57c028767448b10d0ff7c9cdf1af67066e7b
parent4d6c989284ca61176f60148ba3f3c70650ee1aff
KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}

vmx->loaded_cpu_state can only be NULL or equal to vmx->loaded_vmcs,
so change it to a bool.  Because the direction of the bool is
now the opposite of vmx->guest_msrs_dirty, change the direction of
vmx->guest_msrs_dirty so that they match.

Finally, do not imply that MSRs have to be reloaded when
vmx->guest_state_loaded is false; instead, set vmx->guest_msrs_ready
to false explicitly in vmx_prepare_switch_to_host.

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