Re: [PATCH v2] mshyperv: Introduce hv_get_hypervisor_version function

From: Wei Liu
Date: Fri Mar 08 2024 - 18:46:36 EST


On Fri, Mar 08, 2024 at 03:58:45PM +0000, Michael Kelley wrote:
> From: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx> Sent: Thursday, March 7, 2024 3:04 PM
> >
> > Introduce x86_64 and arm64 functions to get the hypervisor version
> > information and store it in a structure for simpler parsing.
> >
> > Use the new function to get and parse the version at boot time. While at
> > it, move the printing code to hv_common_init() so it is not duplicated.
> >
> > Signed-off-by: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx>
> > Acked-by: Wei Liu <wei.liu@xxxxxxxxxx>
>
> Reviewed-by: Michael Kelley <mhklinux@xxxxxxxxxxx>
>

Applied to hyperv-next. Thanks.