Re: [edk2-devel] [PATCH 1/1] ArmPkg/ArmLib: Add ArmHasVhe () helper function

2023-09-20 Thread Leif Lindholm
On Wed, Sep 20, 2023 at 15:51:23 +0200, Marcin Juszkiewicz wrote: > W dniu 20.09.2023 o 14:39, Leif Lindholm pisze: > > Create a helper function to query whether ID_AA64MFR1_EL1 indicates > > presence of the Virtualization Host Extensions. This feature is only > > visible in AARCH64 state. > > > >

Re: [edk2-devel] [PATCH 1/1] ArmPkg/ArmLib: Add ArmHasVhe () helper function

2023-09-20 Thread Marcin Juszkiewicz
W dniu 20.09.2023 o 14:39, Leif Lindholm pisze: Create a helper function to query whether ID_AA64MFR1_EL1 indicates presence of the Virtualization Host Extensions. This feature is only visible in AARCH64 state. Signed-off-by: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Marcin Juszki

Re: [edk2-devel] [PATCH 1/1] ArmPkg/ArmLib: Add ArmHasVhe () helper function

2023-09-20 Thread Sami Mujawar
Hi Leif, Thank you for this patch. These changes look good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 20/09/2023, 13:39, "Leif Lindholm" mailto:quic_llind...@quicinc.com>> wrote: Create a helper function to query whether ID_AA64MFR1_EL1 indicates presence of the Vir

[edk2-devel] [PATCH 1/1] ArmPkg/ArmLib: Add ArmHasVhe () helper function

2023-09-20 Thread Leif Lindholm
Create a helper function to query whether ID_AA64MFR1_EL1 indicates presence of the Virtualization Host Extensions. This feature is only visible in AARCH64 state. Signed-off-by: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Marcin Juszkiewicz --- ArmPkg/Include/Chipset/AArch64.h