Re: [PATCH v4 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers
From: Edgecombe, Rick P
Date: Wed Nov 26 2025 - 17:28:42 EST
On Wed, 2025-11-26 at 01:21 +0000, Huang, Kai wrote:
> > }
> >
> > +void tdx_quirk_reset_page(struct page *page);
> > +
> > int tdx_guest_keyid_alloc(void);
> > u32 tdx_get_nr_guest_keyids(void);
> > void tdx_guest_keyid_free(unsigned int keyid);
> >
> > -void tdx_quirk_reset_page(struct page *page);
>
> I don't think it's mandatory to move the declaration of
> tdx_quirk_reset_page()?
Sure, I'll fix it.