Re: 3f8f02b2abfe - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2)

From: Ravi Pokala <rpokala_at_freebsd.org>
Date: Fri, 21 Oct 2022 16:44:35 UTC
-----Original Message-----
From: <owner-src-committers@freebsd.org> on behalf of Wei Hu <whu@FreeBSD.org>
Date: 2022-10-21, Friday at 02:47
To: <src-committers@FreeBSD.org>, <dev-commits-src-all@FreeBSD.org>, <dev-commits-src-main@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 <schakrabarti@microsoft.com>
    AuthorDate: 2022-10-21 09:35:11 +0000
    Commit:     Wei Hu <whu@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 <schakrabarti@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@)