From: Michael Kelley <mikelley@xxxxxxxxxxxxx> Sent: Tuesday, August 6, 2019 1:31 PM > > This series enables Linux guests running on Hyper-V on ARM64 > hardware. New ARM64-specific code in arch/arm64/hyperv initializes > Hyper-V, including its interrupts and hypercall mechanism. > Existing architecture independent drivers for Hyper-V's VMbus and > synthetic devices just work when built for ARM64. Hyper-V code is > built and included in the image and modules only if CONFIG_HYPERV > is enabled. > > The eight patches are organized as follows: > 1) Add include files that define the Hyper-V interface as > described in the Hyper-V Top Level Functional Spec (TLFS), plus > additional definitions specific to Linux running on Hyper-V. > > 2 thru 6) Add core Hyper-V support on ARM64, including hypercalls, > interrupt handlers, kexec & panic handlers, and core hypervisor > initialization. > > 7) Update the existing VMbus driver to generalize interrupt > management across x86/x64 and ARM64. > > 8) Make CONFIG_HYPERV selectable on ARM64 in addition to x86/x64. > I'm hoping to get some feedback from the ARM64 maintainers on this series. Previous feedback has been incorporated, so it should be close to being able to go in. Michael _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel