Re: [PATCH v2 02/31] x86/virt/tdx: Move bit definitions of TDX_FEATURES0 to public header
From: Xu Yilun
Date: Mon Mar 30 2026 - 04:35:20 EST
On Fri, Mar 27, 2026 at 11:45:39PM +0000, Edgecombe, Rick P wrote:
> On Sat, 2026-03-28 at 00:01 +0800, Xu Yilun wrote:
> > Move bit definitions of TDX_FEATURES0 to TDX core public header.
>
> Patch seems reasonable, but not sure about the "public header" language. Maybe
> more widely accessibly header? Or a better name?
>
Yes, I try to make it more explicit, is it better:
x86/virt/tdx: Move TDX_FEATURES0 bit defines to arch x86 header
Move TDX_FEATURES0 bit definitions to arch x86 header.
...