On 4/21/25 09:27, Ross Philipson wrote:
> @@ -788,6 +790,9 @@ static void native_machine_halt(void)
>  
>       tboot_shutdown(TB_SHUTDOWN_HALT);
>  
> +     /* SEXIT done after machine_shutdown() to meet TXT requirements */
> +     slaunch_finalize(1);

This is the kind of stuff that needs to get fixed up before this series
can go _anywhere_.

"TXT requirements" is not useful to a maintainer. *WHAT* requirement?
*WHY* must it be done this way?

This code is unmaintainable as it stands.

Reply via email to