Re: [PATCH v2 05/14] XSM: make Argo hooks well-formed ones
"Daniel P. Smith" <[email protected]>
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/26 4:53 AM, Jan Beulich wrote: > For whatever reason they didn't have an xsm_default_t first argument (to > cope with XSM=n mode), making it impossible to (easily) cover them in > xsm/hooks.h. > > Signed-off-by: Jan Beulich <[email protected]> > Reviewed-by: Jason Andryuk <[email protected]> > --- > v2: Drop uses of current->domain from dummy handlers. Move const-ification > in xsm_default_action() to a separate patch. Re-base over re-ordering > of series. > Acked-by: Daniel P. Smith <[email protected]>