For future patches, please Cc LKML (in additional to KVM) so that the automatic archiving and patchwork stuff kicks in. Thanks! On Wed, Dec 16, 2020, Uros Bizjak wrote: > Ping. This patch didn't receive any feedback. > > On Thu, Oct 29, 2020 at 2:41 PM Uros Bizjak <ubizjak@xxxxxxxxx> wrote: > > > > Replace inline assembly in nested_vmx_check_vmentry_hw > > with a call to __vmx_vcpu_run. The function is not > > performance critical, so (double) GPR save/restore > > in __vmx_vcpu_run can be tolerated, as far as performance > > effects are concerned. > > > > Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> > > Cc: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > > Signed-off-by: Uros Bizjak <ubizjak@xxxxxxxxx> > > --- vmx_vmenter() in vmx/vmenter.S can and should now use SYM_FUNC_START_LOCAL instead of SYM_FUNC_LOCAL. Other than that nit: Reviewed-and-tested-by: Sean Christopherson <seanjc@xxxxxxxxxx>