Re: [PATCH 4/6] xsm: remove xen_defualt_t from hook definitions

2021-06-18 Thread Daniel P. Smith
On 6/18/21 7:56 AM, Andrew Cooper wrote: > On 18/06/2021 00:39, Daniel P. Smith wrote: >> With the conversion of making XSM always enabled even the dummy XSM module is >> being invoked through the xsm_ops dispatch which does not use passing of the >> default privilege. This commit removes the xen_d

Re: [PATCH 4/6] xsm: remove xen_defualt_t from hook definitions

2021-06-18 Thread Jan Beulich
On 18.06.2021 01:39, Daniel P. Smith wrote: > With the conversion of making XSM always enabled even the dummy XSM module is > being invoked through the xsm_ops dispatch which does not use passing of the > default privilege. This commit removes the xen_default_t parameter from the > hook > definiti

Re: [PATCH 4/6] xsm: remove xen_defualt_t from hook definitions

2021-06-18 Thread Andrew Cooper
On 18/06/2021 00:39, Daniel P. Smith wrote: > With the conversion of making XSM always enabled even the dummy XSM module is > being invoked through the xsm_ops dispatch which does not use passing of the > default privilege. This commit removes the xen_default_t parameter from the > hook > definiti

[PATCH 4/6] xsm: remove xen_defualt_t from hook definitions

2021-06-17 Thread Daniel P. Smith
With the conversion of making XSM always enabled even the dummy XSM module is being invoked through the xsm_ops dispatch which does not use passing of the default privilege. This commit removes the xen_default_t parameter from the hook definitions and all the respective call sites. Signed-off-by: