On Thu, 2025-05-22 at 17:11 -0700, Sean Christopherson wrote: > Move TDX hardware setup to tdx.c, as the code is obviously TDX specific, > co-locating the setup with tdx_bringup() makes it easier to see and > document the success_disable_tdx "error" path, and configuring the TDX > specific hooks in tdx.c reduces the number of globally visible TDX symbols. > > Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx> > Reviewed-by: Kai Huang <kai.huang@xxxxxxxxx>