All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] efi: Enable EFI_SET_VIRTUAL_ADDRESS_MAP by default
@ 2026-02-05 17:27 Teddy Astie
  2026-02-06  6:29 ` Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Teddy Astie @ 2026-02-05 17:27 UTC (permalink / raw)
  To: xen-devel
  Cc: Teddy Astie, Andrew Cooper, Anthony PERARD, Michal Orzel,
	Jan Beulich, Julien Grall, Roger Pau Monné,
	Stefano Stabellini, Daniel P. Smith,
	Marek Marczykowski-Górecki

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 <teddy.astie@vates.tech>
---
CC: Daniel P. Smith <dpsmith@apertussolutions.com>
CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>

 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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-06 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 17:27 [PATCH] efi: Enable EFI_SET_VIRTUAL_ADDRESS_MAP by default Teddy Astie
2026-02-06  6:29 ` Jan Beulich
2026-02-06 11:52   ` Marek Marczykowski-Górecki
2026-02-06 12:04     ` Marek Marczykowski-Górecki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.