RE: [PATCH v9 0/7] Enable Linux guests on Hyper-V on ARM64
From: Michael Kelley <hidden>
Date: 2021-04-05 17:45:57
Also in:
linux-arm-kernel, linux-efi, lkml
From: Michael Kelley <redacted>
Sent: Wednesday, March 24, 2021 8:55 AM To: will@kernel.org; catalin.marinas@arm.com; Mark Rutland <Mark.Rutland@arm.com>; lorenzo.pieralisi@arm.com; sudeep.holla@arm.com Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; linux- hyperv@vger.kernel.org; linux-efi@vger.kernel.org; arnd@arndb.de; wei.liu@kernel.org; ardb@kernel.org; daniel.lezcano@linaro.org; KY Srinivasan [off-list ref] Subject: RE: [PATCH v9 0/7] Enable Linux guests on Hyper-V on ARM64 From: Michael Kelley <redacted> Sent: Monday, March 8, 2021 11:57 AMquoted
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.ARM64 maintainers -- What are the prospects for getting your review and Ack on this patch set? We're wanting to get the Hyper-V support on ARM64 finally accepted upstream. Previous comments should be addressed in this revision, with perhaps a remaining discussion point around the alternate SMCCC hypercall interface in Patch 1 that makes use of changes in v1.2 of the SMCCC spec. There are several viable approaches that I've noted in the patch, depending on your preferences. Michael
Thanks, Mark, for jumping in on the SMCCC hypercall interface. But I'm still looking for feedback or ACKs on the other patches in the series. There's only one place in Patch 2 of the series that needs the SMCCC v1.2 interface, and I'd like to be able to respond to any remaining issues with the other patches while the SMCCC details are finished up. Michael