Re: [PATCH v3 00/10] Refactor arch specific Hyper-V code

2021-03-08 Thread Wei Liu
On Tue, Mar 02, 2021 at 01:38:12PM -0800, Michael Kelley wrote: [...] > Michael Kelley (10): > Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code > x86/hyper-v: Move hv_message_type to architecture neutral module > Drivers: hv: Redo Hyper-V synthetic MSR get/set functions >

[PATCH v3 00/10] Refactor arch specific Hyper-V code

2021-03-02 Thread Michael Kelley
To support Linux guests on Hyper-V on multiple architectures, the original approach factored out all differences between Hyper-V on x86/x64 and Hyper-V on ARM64 into functions or #defines under arch/x86 and arch/arm64. Some of these differences are truly related to the architecture, but others are