On Thu, May 22, 2025 at 05:42:48PM +0200, Magnus Kulke wrote: > On Tue, May 20, 2025 at 07:07:06PM +0000, Wei Liu wrote: > > On Tue, May 20, 2025 at 01:30:01PM +0200, Magnus Kulke wrote: > > > +static void mshv_reset(void *param) > > > +{ > > > + warn_report("mshv reset"); > > > > What's missing for this hook? > > > > Ah, I suppose this was inspired by the KVM accel. The hook is called for > cleanups that should occur on a reset. At the moment we don't have state > that we want cleanup during reset afaik. So we can remove it here.
Right, please leave it out if it is not needed. We can add that hook once we have something to clean up. Thanks, Wei.