Re: [PATCH v8 12/21] x86/virt/seamldr: Install a new TDX module

From: Dave Hansen

Date: Thu Apr 30 2026 - 15:00:06 EST


On 4/27/26 08:28, Chao Gao wrote:
> + case MODULE_UPDATE_CPU_INSTALL:
> + ret = seamldr_install(seamldr_params);
> + break;

I really despise this naming. Could you please clarify with comments?

This reads like it is installing a seamldr, not telling a seamldr to
perform an install.