Re: [PATCH v7 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>

From: Edgecombe, Rick P

Date: Fri Apr 10 2026 - 19:42:49 EST


On Tue, 2026-03-31 at 05:41 -0700, Chao Gao wrote:
> From: Kai Huang <kai.huang@xxxxxxxxx>
>
> TDX host core code implements three seamcall*() helpers to make SEAMCALL

This patch already has Dave's ack. So nits are not really in order here. But it
bothers me that the very first sentence of the series has what looks like a
typo. Not the best first impression. Should be "SEAMCALLs"?

> to the TDX module.  Currently, they are implemented in <asm/tdx.h> and
> are exposed to other kernel code which includes <asm/tdx.h>.