Re: [PATCH v2] mshyperv: Introduce hv_get_hypervisor_version function

2024-03-11 Thread Nuno Das Neves
On 3/7/2024 3:03 PM, Nuno Das Neves wrote: > 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

Re: [PATCH v2] mshyperv: Introduce hv_get_hypervisor_version function

2024-03-08 Thread Wei Liu
On Fri, Mar 08, 2024 at 03:58:45PM +, Michael Kelley wrote: > From: Nuno Das Neves 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

RE: [PATCH v2] mshyperv: Introduce hv_get_hypervisor_version function

2024-03-08 Thread Michael Kelley
From: Nuno Das Neves 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 c