Re: [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64

2025-03-07 Thread Easwar Hariharan
On 3/7/2025 1:36 PM, Nuno Das Neves wrote: > On 3/6/2025 11:05 AM, Michael Kelley wrote: >> From: Nuno Das Neves Sent: Thursday, >> February 27, 2025 4:21 PM >>> >>> On 2/26/2025 9:56 PM, Easwar Hariharan wrote: On 2/26/2025 3:07 PM, Nuno Das Neves wrote: > These non-nested msr and fast

Re: [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64

2025-03-07 Thread Nuno Das Neves
On 3/6/2025 11:05 AM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Thursday, > February 27, 2025 4:21 PM >> >> On 2/26/2025 9:56 PM, Easwar Hariharan wrote: >>> On 2/26/2025 3:07 PM, Nuno Das Neves wrote: These non-nested msr and fast hypercall functions are present in x86, but th

RE: [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64

2025-03-06 Thread Michael Kelley
From: Nuno Das Neves Sent: Thursday, February 27, 2025 4:21 PM > > On 2/26/2025 9:56 PM, Easwar Hariharan wrote: > > On 2/26/2025 3:07 PM, Nuno Das Neves wrote: > >> These non-nested msr and fast hypercall functions are present in x86, > >> but they must be available in both architetures for the

Re: [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64

2025-02-27 Thread Nuno Das Neves
On 2/26/2025 9:56 PM, Easwar Hariharan wrote: > On 2/26/2025 3:07 PM, Nuno Das Neves wrote: >> These non-nested msr and fast hypercall functions are present in x86, >> but they must be available in both architetures for the root partition > > nit: *architectures* > > Thanks! >> driver code. >>

Re: [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64

2025-02-27 Thread Roman Kisel
On 2/26/2025 3:07 PM, Nuno Das Neves wrote: These non-nested msr and fast hypercall functions are present in x86, but they must be available in both architetures for the root partition driver code. Signed-off-by: Nuno Das Neves --- arch/arm64/hyperv/hv_core.c | 17 +

Re: [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64

2025-02-26 Thread Easwar Hariharan
On 2/26/2025 3:07 PM, Nuno Das Neves wrote: > These non-nested msr and fast hypercall functions are present in x86, > but they must be available in both architetures for the root partition nit: *architectures* > driver code. > > Signed-off-by: Nuno Das Neves > --- > arch/arm64/hyperv/hv_core.

Re: [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64

2025-02-26 Thread Stanislav Kinsburskii
On Wed, Feb 26, 2025 at 03:07:57PM -0800, Nuno Das Neves wrote: > These non-nested msr and fast hypercall functions are present in x86, > but they must be available in both architetures for the root partition > driver code. > Reviewed-by: Stanislav Kinsburskii

[PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64

2025-02-26 Thread Nuno Das Neves
These non-nested msr and fast hypercall functions are present in x86, but they must be available in both architetures for the root partition driver code. Signed-off-by: Nuno Das Neves --- arch/arm64/hyperv/hv_core.c | 17 + arch/arm64/include/asm/mshyperv.h | 12 +++