Re: [PATCH v4 05/11] xsm: refactor xsm_ops handling

2021-09-07 Thread Daniel P. Smith
On 9/6/21 2:31 PM, Andrew Cooper wrote: On 03/09/2021 20:06, Daniel P. Smith wrote: This renames the `struct xsm_operations` to the shorter `struct xsm_ops` and converts the global xsm_ops from being a pointer to an explicit instance. As part of this conversion, it reworks the XSM modules ini

Re: [PATCH v4 05/11] xsm: refactor xsm_ops handling

2021-09-06 Thread Andrew Cooper
On 03/09/2021 20:06, Daniel P. Smith wrote: > This renames the `struct xsm_operations` to the shorter `struct xsm_ops` and > converts the global xsm_ops from being a pointer to an explicit instance. As > part of this conversion, it reworks the XSM modules init function to return > their xsm_ops str

[PATCH v4 05/11] xsm: refactor xsm_ops handling

2021-09-03 Thread Daniel P. Smith
This renames the `struct xsm_operations` to the shorter `struct xsm_ops` and converts the global xsm_ops from being a pointer to an explicit instance. As part of this conversion, it reworks the XSM modules init function to return their xsm_ops struct which is copied in to the global xsm_ops instanc