KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 15 Apr 2020 17:55:13 +0000 (10:55 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Apr 2020 13:13:03 +0000 (09:13 -0400)
commit236871b6744a6b3c8f9653a429cc041bba8908d5
tree12884b1eaaff855a723234da9503b012a3a72e8a
parentfbdd50250396d55bf9986b2b9f271a7e91c111ea
KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()

Move the tracepoint for nested VM-Exits in preparation of splitting the
reflection logic into L1 wants the exit vs. L0 always handles the exit.

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