You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hyper-V: ARM64: Always use the Hyper-V hypercall interface
This patch forces the use of the Hyper-V hypercall interface,
instead of the architectural SMCCC interface on ARM64 because
not all versions of Windows support the SMCCC interface. All
versions of Windows will support the Hyper-V hypercall interface,
so this change should be both forward and backward compatible.
Signed-off-by: Sunil Muthuswamy <sunilmut@microsoft.com>
[tyhicks: Forward ported to v5.15]
Signed-off-by: Tyler Hicks <tyhicks@linux.microsoft.com>
[kms: Forward ported to v6.6]
Signed-off-by: Kelsey Steele <kelseysteele@microsoft.com>
0 commit comments