Re: [PATCH v3 04/26] coco/tdx-host: Introduce a "tdx_host" device

From: Xu Yilun

Date: Thu Jan 29 2026 - 02:45:14 EST


> > index cb52021912b3..b323b0ae4f82 100644
> > --- a/drivers/virt/coco/Makefile
> > +++ b/drivers/virt/coco/Makefile
> > @@ -6,6 +6,7 @@ obj-$(CONFIG_EFI_SECRET) += efi_secret/
> > obj-$(CONFIG_ARM_PKVM_GUEST) += pkvm-guest/
> > obj-$(CONFIG_SEV_GUEST) += sev-guest/
> > obj-$(CONFIG_INTEL_TDX_GUEST) += tdx-guest/
> > +obj-$(CONFIG_INTEL_TDX_HOST) += tdx-host/
>
> IIUC, the folder name "tdx-host" here stands for TDX host services?

Yes. But I think it is fine here to express "seach into the folder if
dependency meets".

For this patch,

Reviewed-by: Xu Yilun <yilun.xu@xxxxxxxxxxxxxxx>

> Should it use CONFIG_TDX_HOST_SERVICES here?