Re: [PATCH v2 03/17] x86/virt/tdx: Detect if the extensions initialization is required

From: Xu Yilun

Date: Thu Jun 25 2026 - 06:58:10 EST


On Thu, Jun 25, 2026 at 08:19:16AM +0300, Tony Lindgren wrote:
> On Thu, Jun 18, 2026 at 04:13:41PM +0800, Xu Yilun wrote:
> > TDX module extensions support extension SEAMCALLs that are preemptible
> > and resumable, unlike normal SEAMCALLs that run to completion while
> > monopolizing the CPU. This allows for higher-level API constructions,
> > so better supports some add-on features that implement higher order
> > security protocols.
>
> How about "TDX module extension SEAMCALLs are preemptible and resumable..."
> above to make it easier to read?

Included, thanks.

>
> Other than that:
>
> Reviewed-by: Tony Lindgren <tony.lindgren@xxxxxxxxxxxxxxx>