Re: [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

"Edgecombe, Rick P" <[email protected]> Wed, 22 Jul 2026 16:58:26 +0000
Newsgroups dev.linux.lists.linux-coco,org.kernel.vger.kvm,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On Wed, 2026-07-22 at 07:25 -0700, Sean Christopherson wrote:
> > index 5f6c1ce9673b7..1c706e2d773b0 100644
> > --- a/arch/x86/include/asm/kvm_host.h
> > +++ b/arch/x86/include/asm/kvm_host.h
> > @@ -1922,6 +1922,8 @@ struct kvm_x86_ops {
> >   	/* Update external page tables for page table about to be freed. */
> >   	void (*free_external_spt)(struct kvm *kvm, struct kvm_mmu_page
> > *sp);
> >   
> > +	int (*topup_external_cache)(struct kvm_vcpu *vcpu, int
> > min_nr_spts);
> > +
> 
> Unnecessary newline (not your fault, but it stands out here).

Hmm, yea I'll move it with the other external ones. Thanks for the comments.
I'll spin another version.