]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: vVMX: rename label for post-enter_guest_mode consistency check
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 26 Sep 2018 16:23:48 +0000 (09:23 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Oct 2018 22:29:54 +0000 (00:29 +0200)
commitfb8685e759d3e411a150a0ee02794cf8e36cefaf
tree6f0e924f32d746a20ae0e19adb99f7a17fc58569
parentedb34e5b54b8551089061ed65c1afc3bf849d95c
KVM: vVMX: rename label for post-enter_guest_mode consistency check

Rename 'fail' to 'vmentry_fail_vmexit_guest_mode' to make it more
obvious that it's simply a different entry point to the VMExit path,
whose purpose is unwind the updates done prior to calling
prepare_vmcs02().

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