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@google.com Signed-off-by: Ackerley Tng ackerleytng@google.com Signed-off-by: Sagi Shahar sagis@google.com
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