Re: [PATCH v2 14/17] x86/tdx: Move and rename Quote request structure

From: Tony Lindgren

Date: Thu Jun 25 2026 - 02:15:44 EST


On Thu, Jun 18, 2026 at 04:13:52PM +0800, Xu Yilun wrote:
> From: Peter Fang <peter.fang@xxxxxxxxx>
>
> Move struct tdx_quote_buf to tdx.h so it can be shared by the guest
> driver and core TDX code, as the host will also need the Quote buffer
> format for in-kernel Quote generation.
>
> Rename the struct to tdx_quote_req to better reflect its purpose, and
> replace "quote_buf" with "quote_req" in tdx-guest.c.

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