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
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
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