Re: [PATCH] KVM: x86: Add kvm_x86_ops hook to short circuit emulation

From: Sean Christopherson
Date: Tue Sep 29 2020 - 21:43:22 EST


On Tue, Sep 22, 2020 at 03:32:58PM +0200, Paolo Bonzini wrote:
> On 16/09/20 19:34, Sean Christopherson wrote:
> >
> > The intent of posting the patch standalone is so that SGX, SEV-ES, and/or TDX
> > have "ready to go" support in upstream, i.e. can change only the VMX/SVM
> > implementation of is_emulated(). I'm a-ok dropping the handle_ud() change,
> > or even the whole patch, until one of the above three is actually ready for
> > inclusion.
>
> I think it's fine with the "can" in the name. Hopefully one of the
> three will go in soon...

FWIW, the changelog still references is_emulated(). Probably not worth
rewriting history though.