Commit 1334e47
vfio: Wrap vfio group module init/clean code into helpers
This wraps the init/clean code of vfio group global variable to be
helpers, and prepares for further moving vfio group specific code into
separate file.
As container is used by group, so vfio_container_init/cleanup() is moved
into vfio_group_init/cleanup().
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Kevin Tian <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Reviewed-by: Alex Williamson <[email protected]>
Tested-by: Lixiao Yang <[email protected]>
Tested-by: Yu He <[email protected]>
Signed-off-by: Yi Liu <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>1 parent 5c8d3d9 commit 1334e47
1 file changed
+36
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2066 | 2066 | | |
2067 | 2067 | | |
2068 | 2068 | | |
2069 | | - | |
| 2069 | + | |
2070 | 2070 | | |
2071 | 2071 | | |
2072 | 2072 | | |
2073 | 2073 | | |
2074 | | - | |
2075 | 2074 | | |
2076 | 2075 | | |
2077 | 2076 | | |
| |||
2088 | 2087 | | |
2089 | 2088 | | |
2090 | 2089 | | |
2091 | | - | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | | - | |
2097 | | - | |
2098 | 2090 | | |
2099 | 2091 | | |
2100 | 2092 | | |
2101 | | - | |
2102 | | - | |
2103 | 2093 | | |
2104 | 2094 | | |
2105 | 2095 | | |
2106 | | - | |
2107 | | - | |
2108 | | - | |
2109 | 2096 | | |
2110 | 2097 | | |
2111 | 2098 | | |
2112 | 2099 | | |
2113 | 2100 | | |
2114 | 2101 | | |
2115 | 2102 | | |
2116 | | - | |
| 2103 | + | |
2117 | 2104 | | |
2118 | 2105 | | |
2119 | | - | |
2120 | | - | |
2121 | 2106 | | |
2122 | 2107 | | |
2123 | | - | |
2124 | | - | |
2125 | 2108 | | |
2126 | | - | |
2127 | 2109 | | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
| 2132 | + | |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
2128 | 2144 | | |
2129 | 2145 | | |
2130 | 2146 | | |
| |||
0 commit comments