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