Re: [PATCH 0/2] hyperv: Move some features to common code

2025-01-22 Thread Nuno Das Neves
On 12/17/2024 9:48 AM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Monday, > December 9, 2024 12:20 PM >> >> On 12/7/2024 6:59 PM, Michael Kelley wrote: >>> From: Nuno Das Neves Sent: Friday, >>> December 6, 2024 2:22 PM There are several bits of Hyper-V-related code that today

RE: [PATCH 0/2] hyperv: Move some features to common code

2024-12-17 Thread Michael Kelley
From: Nuno Das Neves Sent: Monday, December 9, 2024 12:20 PM > > On 12/7/2024 6:59 PM, Michael Kelley wrote: > > From: Nuno Das Neves Sent: Friday, > > December 6, 2024 2:22 PM > >> > >> There are several bits of Hyper-V-related code that today live in > >> arch/x86 but are not really specific

Re: [PATCH 0/2] hyperv: Move some features to common code

2024-12-09 Thread Nuno Das Neves
On 12/7/2024 6:59 PM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Friday, > December 6, 2024 2:22 PM >> >> There are several bits of Hyper-V-related code that today live in >> arch/x86 but are not really specific to x86_64 and will work on arm64 >> too. >> >> Some of these will be needed i

RE: [PATCH 0/2] hyperv: Move some features to common code

2024-12-07 Thread Michael Kelley
From: Nuno Das Neves Sent: Friday, December 6, 2024 2:22 PM > > There are several bits of Hyper-V-related code that today live in > arch/x86 but are not really specific to x86_64 and will work on arm64 > too. > > Some of these will be needed in the upcoming mshv driver code (for > Linux as root

[PATCH 0/2] hyperv: Move some features to common code

2024-12-06 Thread Nuno Das Neves
There are several bits of Hyper-V-related code that today live in arch/x86 but are not really specific to x86_64 and will work on arm64 too. Some of these will be needed in the upcoming mshv driver code (for Linux as root partition on Hyper-V). So this is a good time to move them to hv_common.c.