Re: [PATCH hyperv-next v4 2/6] Drivers: hv: Enable VTL mode for arm64

2025-02-20 Thread Roman Kisel
On 2/19/2025 3:14 PM, Michael Kelley wrote: From: Roman Kisel Sent: Tuesday, February 11, 2025 5:43 PM [...] config HYPERV_VTL_MODE bool "Enable Linux to boot in VTL context" - depends on X86_64 && HYPERV + depends on (X86 || ARM64) Any reason to choose "X86" inst

RE: [PATCH hyperv-next v4 2/6] Drivers: hv: Enable VTL mode for arm64

2025-02-19 Thread Michael Kelley
From: Roman Kisel Sent: Tuesday, February 11, 2025 5:43 PM > > 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