x86/hyperv: Fix hv_get/set_register for nested bringup
authorNuno Das Neves <nunodasneves@linux.microsoft.com>
Thu, 9 Feb 2023 22:02:52 +0000 (14:02 -0800)
committerWei Liu <wei.liu@kernel.org>
Thu, 16 Feb 2023 14:32:37 +0000 (14:32 +0000)
commitb14033a3e6ba73a5c68974a80b05cba55553ed5b
treebcc0d28f73b88f2a545a49eb20699582dfcb78b8
parent96ec2939620c48a503d9c89865c0c230d6f955e4
x86/hyperv: Fix hv_get/set_register for nested bringup

hv_get_nested_reg only translates SINT0, resulting in the wrong sint
being registered by nested vmbus.

Fix the issue with new utility function hv_is_sint_reg.

While at it, improve clarity of hv_set_non_nested_register and hv_is_synic_reg.

Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Reviewed-by: Jinank Jain <jinankjain@linux.microsoft.com>
Link: https://lore.kernel.org/r/1675980172-6851-1-git-send-email-nunodasneves@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/x86/include/asm/mshyperv.h
arch/x86/kernel/cpu/mshyperv.c