> Currently altp2m support provided for VT-d only, so option is dependant on
> VMX.
No clue what is meant by "support provided for VT-d only". Altp2m has
nothing to do with VT-d. It would be more accurate to say it's only
implemented for Intel EPT.
Tamas
On 15.05.2024 11:08, Sergiy Kibrik wrote:
> --- a/xen/arch/x86/Kconfig
> +++ b/xen/arch/x86/Kconfig
> @@ -358,6 +358,11 @@ config REQUIRE_NX
> was unavailable. However, if enabled, Xen will no longer boot on
> any CPU which is lacking NX support.
>
> +config ALTP2M
> + bool "A
On Wed, 15 May 2024, Sergiy Kibrik wrote:
> Add new option to make altp2m code inclusion optional.
> Currently altp2m support provided for VT-d only, so option is dependant on
> VMX.
>
> No functional change intended.
>
> Signed-off-by: Sergiy Kibrik
> CC: Tamas K Lengyel
> ---
> xen/arch/x86
Add new option to make altp2m code inclusion optional.
Currently altp2m support provided for VT-d only, so option is dependant on VMX.
No functional change intended.
Signed-off-by: Sergiy Kibrik
CC: Tamas K Lengyel
---
xen/arch/x86/Kconfig | 5 +
1 file changed, 5 insertions(+)
diff --git