arm64: hyperv: Initialize hypervisor on boot
authorMichael Kelley <mikelley@microsoft.com>
Wed, 4 Aug 2021 15:52:37 +0000 (08:52 -0700)
committerWei Liu <wei.liu@kernel.org>
Wed, 4 Aug 2021 16:54:36 +0000 (16:54 +0000)
commit9bbb888824e38cc2e9118ed351fe3d22403a73e1
tree074d6a37063f435602b343b0a3931dbc223dd6de
parent512c1117fb2eeb944df1b88bff6e0c002990b369
arm64: hyperv: Initialize hypervisor on boot

Add ARM64-specific code to initialize the Hyper-V
hypervisor when booting as a guest VM.

This code is built only when CONFIG_HYPERV is enabled.

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/1628092359-61351-4-git-send-email-mikelley@microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/arm64/hyperv/Makefile
arch/arm64/hyperv/mshyperv.c [new file with mode: 0644]