]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Drivers: hv: Enable VTL mode for arm64
authorRoman Kisel <romank@linux.microsoft.com>
Mon, 28 Apr 2025 21:07:34 +0000 (14:07 -0700)
committerWei Liu <wei.liu@kernel.org>
Fri, 23 May 2025 16:30:55 +0000 (16:30 +0000)
commitf41ceff1748612b9e1538becc13dc2f1617d9d14
treee537c6e3da8cfac6461b6634c5a8ac1f6c8e2401
parent36ebd328a57ac6138470ecaea2f9ec0864e3db0f
Drivers: hv: Enable VTL mode for arm64

Kconfig dependencies for arm64 guests on Hyper-V require that be
ACPI enabled, and limit VTL mode to x86/x64. To enable VTL mode
on arm64 as well, update the dependencies. Since VTL mode requires
DeviceTree instead of ACPI, don’t require arm64 guests on Hyper-V
to have ACPI unconditionally.

Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/20250428210742.435282-4-romank@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250428210742.435282-4-romank@linux.microsoft.com>
drivers/hv/Kconfig