Re: [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
From: Xu Yilun
Date: Fri May 29 2026 - 14:03:59 EST
On Thu, May 28, 2026 at 09:00:12PM +0000, Edgecombe, Rick P wrote:
> On Fri, 2026-05-22 at 11:41 +0800, Xu Yilun wrote:
> > +struct tdx_sys_info_ext {
> > + u16 memory_pool_required_pages;
>
> > + u8 ext_required;
>
> The docs say this is a bool.
mm.. OK. We don't have to follow the auto-generated format now, so bool
is good to me.
>
> > +};
> > +
>