Many machines fail to boot if this option is disabled, as there are no known drawback toggling this option, enable it by default.
Signed-off-by: Teddy Astie <[email protected]> --- CC: Daniel P. Smith <[email protected]> CC: Marek Marczykowski-Górecki <[email protected]> xen/common/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index d7e79e752a..49dea2412d 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -363,13 +363,14 @@ config KEXEC config EFI_SET_VIRTUAL_ADDRESS_MAP bool "EFI: call SetVirtualAddressMap()" if EXPERT + default y help Call EFI SetVirtualAddressMap() runtime service to setup memory map for further runtime services. According to UEFI spec, it isn't strictly necessary, but many UEFI implementations misbehave when this call is missing. - If unsure, say N. + If unsure, say Y. config XSM bool "Xen Security Modules support" -- 2.52.0 -- Teddy Astie | Vates XCP-ng Developer XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
