Skip to content

Commit

Permalink
xsm: refactor xsm_ops handling
Browse files Browse the repository at this point in the history
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 instance.

Signed-off-by: Daniel P. Smith <dpsmith@apertussolutions.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
  • Loading branch information
dpsmith authored and jbeulich committed Sep 16, 2021
1 parent b17546d commit 164a0b9
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 154 deletions.

0 comments on commit 164a0b9

Please sign in to comment.