Re: [PATCH v2 1/2] x86/virt/tdx: Retrieve TDX module version

From: Tony Lindgren

Date: Mon Jan 19 2026 - 03:12:16 EST


On Fri, Jan 09, 2026 at 12:14:30PM -0700, Vishal Verma wrote:
> From: Chao Gao <chao.gao@xxxxxxxxx>
>
> Each TDX module has several bits of metadata about which specific TDX
> module it is. The primary bit of info is the version, which has an x.y.z
> format. These represent the major version, minor version, and update
> version respectively. Knowing the running TDX Module version is valuable
> for bug reporting and debugging. Note that the module does expose other
> pieces of version-related metadata, such as build number and date. Those
> aren't retrieved for now, that can be added if needed in the future.
>
> Retrieve the TDX Module version using the existing metadata reading
> interface. Later changes will expose this information. The metadata
> reading interfaces have existed for quite some time, so this will work
> with older versions of the TDX module as well - i.e. this isn't a new
> interface.

This is great to have for debugging, if not too late:

Reviewed-by: Tony Lindgren <tony.lindgren@xxxxxxxxxxxxxxx>