]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mshv: Move region management to mshv_regions.c
authorStanislav Kinsburskii <skinsburskii@linux.microsoft.com>
Wed, 3 Dec 2025 21:40:50 +0000 (21:40 +0000)
committerWei Liu <wei.liu@kernel.org>
Fri, 5 Dec 2025 23:20:20 +0000 (23:20 +0000)
commite950c30a1051d27fd6dd9a48c53ffbc41ee773f2
tree068c1e0b6097fe821f3acef66d5733682210239b
parent6f6aed2c497e8d80d8ed6b5a87c6f65dc7548b8f
mshv: Move region management to mshv_regions.c

Refactor memory region management functions from mshv_root_main.c into
mshv_regions.c for better modularity and code organization.

Adjust function calls and headers to use the new implementation. Improve
maintainability and separation of concerns in the mshv_root module.

Signed-off-by: Stanislav Kinsburskii <skinsburskii@linux.microsoft.com>
Reviewed-by: Anirudh Rayabharam (Microsoft) <anirudh@anirudhrb.com>
Reviewed-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/Makefile
drivers/hv/mshv_regions.c [new file with mode: 0644]
drivers/hv/mshv_root.h
drivers/hv/mshv_root_main.c