On Thu, Aug 5, 2021 at 3:35 PM Sean Christopherson <seanjc@xxxxxxxxxx> wrote: > > On Thu, Aug 05, 2021, Zeng Guang wrote: > > +u64 vmx_tertiary_exec_control(struct vcpu_vmx *vmx) > > Make this static and drop the declaration from vmx.h, there's no nested user (yet), I assume that this feature isn't actually virtualizable, since it's based on posted interrupts, which are not virtualizable.