Re: [PATCH v12 11/23] KVM: selftests: Set up TDX boot parameters region

From: Reinette Chatre

Date: Wed Oct 29 2025 - 17:01:49 EST


Hi Sagi,

On 10/28/25 2:20 PM, Sagi Shahar wrote:
> Allocate memory for TDX boot parameters and define the utility functions
> necessary to fill this memory with the boot parameters.
>
> Co-developed-by: Ackerley Tng <ackerleytng@xxxxxxxxxx>
> Signed-off-by: Ackerley Tng <ackerleytng@xxxxxxxxxx>
> Signed-off-by: Sagi Shahar <sagis@xxxxxxxxxx>
>
> ---------------------------------------------

A couple of patches in this series have this separator above that is not
recognized (the familiar "---"). This results in the separator self and the
changes below that follows it (everything until valid separator "---") to be
included as changelog when the patch is applied.


>
> Changes from v10:
> * Removed code for setting up X86_CR4_OSXMMEXCPT bit. At least for now
> it is not needed and the test pass without it.
> ---

Reinette