Re: [PATCH v12 13/23] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration

From: Ira Weiny

Date: Wed Oct 29 2025 - 17:17:19 EST


Sagi Shahar wrote:
> From: Isaku Yamahata <isaku.yamahata@xxxxxxxxx>
>
> Make sure that all the attributes enabled by the test are reported as
> supported by the TDX module.
>
> This also exercises the KVM_TDX_CAPABILITIES ioctl.

NIT: I'd strike this as tdx_read_capabilities() was already exercised in
the init path (last patch).

Reviewed-by: Ira Weiny <ira.weiny@xxxxxxxxx>

[snip]