]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hyperv: Enable the hypercall output page for the VTL mode
authorRoman Kisel <romank@linux.microsoft.com>
Wed, 8 Jan 2025 22:21:36 +0000 (14:21 -0800)
committerWei Liu <wei.liu@kernel.org>
Fri, 10 Jan 2025 00:54:21 +0000 (00:54 +0000)
commit9263abc7fd5d753dbf4cd4bf994bcf9c8c999918
tree73395b027b342670aea232fa7c270eb58bd6e8d6
parent1da602ec36a3e208c070ec23895e84cbb621a12e
hyperv: Enable the hypercall output page for the VTL mode

Due to the hypercall page not being allocated in the VTL mode,
the code resorts to using a part of the input page.

Allocate the hypercall output page in the VTL mode thus enabling
it to use it for output and share code with dom0.

Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250108222138.1623703-4-romank@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250108222138.1623703-4-romank@linux.microsoft.com>
drivers/hv/hv_common.c