Re: [PATCH 2/5] xen/xsm: Complete altcall conversion of xsm interface

2021-11-17 Thread Andrew Cooper
On 08/11/2021 09:11, Jan Beulich wrote: On 05.11.2021 14:55, Andrew Cooper wrote: With alternative_call() capable of handling compound types, the three remaining hooks can be optimised at boot time too. Signed-off-by: Andrew Cooper --- CC: Daniel De Graaf CC: Daniel Smith I'm on the fence a

Re: [PATCH 2/5] xen/xsm: Complete altcall conversion of xsm interface

2021-11-08 Thread Jan Beulich
On 05.11.2021 14:55, Andrew Cooper wrote: > With alternative_call() capable of handling compound types, the three > remaining hooks can be optimised at boot time too. > > Signed-off-by: Andrew Cooper > --- > CC: Daniel De Graaf > CC: Daniel Smith > > I'm on the fence as to whether to declare t

Re: [PATCH 2/5] xen/xsm: Complete altcall conversion of xsm interface

2021-11-05 Thread Daniel P. Smith
On 11/5/21 9:55 AM, Andrew Cooper wrote: With alternative_call() capable of handling compound types, the three remaining hooks can be optimised at boot time too. Signed-off-by: Andrew Cooper --- CC: Daniel De Graaf CC: Daniel Smith I'm on the fence as to whether to declare this as fixing "xs

Re: [PATCH 2/5] xen/xsm: Complete altcall conversion of xsm interface

2021-11-05 Thread Jan Beulich
On 05.11.2021 14:55, Andrew Cooper wrote: > With alternative_call() capable of handling compound types, the three > remaining hooks can be optimised at boot time too. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich

[PATCH 2/5] xen/xsm: Complete altcall conversion of xsm interface

2021-11-05 Thread Andrew Cooper
With alternative_call() capable of handling compound types, the three remaining hooks can be optimised at boot time too. Signed-off-by: Andrew Cooper --- CC: Daniel De Graaf CC: Daniel Smith I'm on the fence as to whether to declare this as fixing "xsm: convert xsm_ops hook calls to alternativ