]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Drivers: hv: Export some functions for use by root partition module
authorNuno Das Neves <nunodasneves@linux.microsoft.com>
Fri, 14 Mar 2025 19:28:52 +0000 (12:28 -0700)
committerWei Liu <wei.liu@kernel.org>
Thu, 20 Mar 2025 21:23:04 +0000 (21:23 +0000)
commit21050f619720029e89d365b0e1328eafe088dbd8
tree4ab16af3841dab188910e8a50ab89b314a287b2d
parent4ee23f3a4a46dc07dd6f82801001aa370faa8312
Drivers: hv: Export some functions for use by root partition module

hv_get_hypervisor_version(), hv_call_deposit_pages(), and
hv_call_create_vp(), are all needed in-module with CONFIG_MSHV_ROOT=m.

Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Reviewed-by: Stanislav Kinsburskii <skinsburskii@microsoft.linux.com>
Reviewed-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Reviewed-by: Tianyu Lan <tiala@microsoft.com>
Link: https://lore.kernel.org/r/1741980536-3865-7-git-send-email-nunodasneves@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <1741980536-3865-7-git-send-email-nunodasneves@linux.microsoft.com>
arch/arm64/hyperv/mshyperv.c
arch/x86/kernel/cpu/mshyperv.c
drivers/hv/hv_proc.c