RE: [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load
From: Huang, Kai
Date: Wed Nov 27 2024 - 22:05:08 EST
> >+ r = tdx_enable();
> >+ if (r)
> >+ __do_tdx_cleanup();
>
> The self deadlock issue isn't addressed.
>
I planned to send out a new version after merge window, but Paolo beats me.
I have fixed and now testing. I'll send out the fixup soon.
Thanks Paolo!