Re: [PATCH v3 02/15] mshyperv: Introduce hv_get_hypervisor_version function

2023-09-22 Thread Wei Liu
On Fri, Sep 22, 2023 at 11:38:22AM -0700, Nuno Das Neves wrote: > x86_64 and arm64 implementations to get the hypervisor version > information. Store these in hv_hypervisor_version_info structure to > simplify parsing the fields. > > Replace the existing parsing when printing the version numbers a

[PATCH v3 02/15] mshyperv: Introduce hv_get_hypervisor_version function

2023-09-22 Thread Nuno Das Neves
x86_64 and arm64 implementations to get the hypervisor version information. Store these in hv_hypervisor_version_info structure to simplify parsing the fields. Replace the existing parsing when printing the version numbers at boot. Signed-off-by: Nuno Das Neves --- arch/arm64/hyperv/mshyperv.c