RE: [PATCH 1/2] hyperv: Move hv_current_partition_id to arch-generic code

2024-12-07 Thread Michael Kelley
From: Nuno Das Neves Sent: Friday, December 6, 2024 2:22 PM > > Make hv_current_partition_id available in both x86_64 and arm64. > This feature isn't specific to x86_64 and will be needed by common > code. > > While at it, replace the BUG()s with WARN()s. Failing to get the id > need not crash

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

Re: [PATCH 2/2] hyperv: Move create_vp and deposit_pages hvcalls to hv_common.c

2024-12-07 Thread Wei Liu
On Fri, Dec 06, 2024 at 02:21:47PM -0800, Nuno Das Neves wrote: > From: Nuno Das Neves > > These are not specific to x86_64 and will be needed by common code. > > Signed-off-by: Nuno Das Neves Acked-by: Wei Liu