Re: [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup

From: Peter Fang

Date: Sun Jun 14 2026 - 03:10:50 EST


On Thu, May 28, 2026 at 02:35:49PM -0700, Edgecombe, Rick P wrote:
> On Fri, 2026-05-22 at 11:41 +0800, Xu Yilun wrote:
> > From: Peter Fang <peter.fang@xxxxxxxxx>
> >
> > Initialize the Quoting extension and fetch its metadata during TDX
> > bringup.
> >
> > Because Quoting is an optional TDX feature, do not let its
> > initialization failures cause TDX bringup to fail.
> >
> > This patch
> >
>
> Don't say "this patch" in tip logs. The patch is a temporary format, and some
> x86 maintainers hate the term in logs.

Thanks, will fix in the next revision.

>
> > does not include the opt-in portion of the initialization.
> > It mainly lays the groundwork for TDX Quoting support. Opt-in will be
> > added in a follow-up patch once the feature can be properly used by the
> > system.
>
> This could be imperative mood.

Will fix this as well.

>
> >
> > Signed-off-by: Peter Fang <peter.fang@xxxxxxxxx>
> > Signed-off-by: Xu Yilun <yilun.xu@xxxxxxxxxxxxxxx>
>