-----Original Message----- From: <owner-src-committ...@freebsd.org> on behalf of Wei Hu <w...@freebsd.org> Date: 2022-10-21, Friday at 02:47 To: <src-committ...@freebsd.org>, <dev-commits-src-all@FreeBSD.org>, <dev-commits-src-m...@freebsd.org> Subject: git: 3f8f02b2abfe - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2)
The branch main has been updated by whu: URL: https://cgit.FreeBSD.org/src/commit/?id=3f8f02b2abfe5f514040639bff577b7fb43f361b commit 3f8f02b2abfe5f514040639bff577b7fb43f361b Author: Souradeep Chakrabarti <schakraba...@microsoft.com> AuthorDate: 2022-10-21 09:35:11 +0000 Commit: Wei Hu <w...@freebsd.org> CommitDate: 2022-10-21 09:46:22 +0000 arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2) This is the second part of the ARM64 Hyper-V enablement. These changes here are mostly with Make, release changes and also changes required in vmbus.c hyperv.c and common files in hyperv. Reviewed by: whu Tested by: Souradeep Chakrabarti <schakraba...@microsoft.com> Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D36467 --- sys/dev/hyperv/vmbus/x86/hyperv_machdep.h | 40 +++++ sys/dev/hyperv/vmbus/x86/hyperv_reg.h | 193 ++++++++++++++++++++++++ sys/dev/hyperv/vmbus/x86/hyperv_x86.c | 241 ++++++++++++++++++++++++++++++ sys/dev/hyperv/vmbus/x86/vmbus_x86.c | 196 ++++++++++++++++++++++++ 4 files changed, 670 insertions(+) Hi whu@, Souradeep, Is this the proper description for this change? I see no changes related to `make', nor anything related to arm64 at all...? Thanks, Ravi (rpokala@)