Kuppuswamy Sathyanarayanan wrote: > > On 1/30/24 1:23 AM, Dan Williams wrote: > > In preparation for new + common TSM infrastructure, establish > > drivers/virt/coco/tsm/. The tsm.ko module is renamed to tsm_reports.ko, > > and some of its symbols moved to the "tsm_report_" namespace to separate > > it from more generic "tsm" objects / symbols. The old tsm.ko module was > > only ever demand loaded by kernel internal dependencies, so it should > > not affect existing userspace module install scripts. > > Since host related common code is also going be here, do you > want push reports.c under tsm/guest dir? Maybe... we can always cross that bridge later if it turns out to be confusing that reports.c is only for guests. For tsm.c it may end being used for both guest and host so it is not clear that separation buys us anything yet.