On 2024-12-26 11:57, Daniel P. Smith wrote:
Hyperlaunch domain builder will be the consolidated boot time domain building
logic framework. Introduces the config option to enable this domain builder to
and turn on the ability to load the domain configuration via a flattened device
tree.

Signed-off-by: Daniel P. Smith <dpsm...@apertussolutions.com>

diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
index 9cdd04721afa..25b9b75423c5 100644
--- a/xen/arch/x86/Kconfig
+++ b/xen/arch/x86/Kconfig
@@ -383,6 +383,8 @@ config ALTP2M
If unsure, stay with defaults. +source "arch/x86/domain_builder/Kconfig"

s/_/-/ ?

With that,

Reviewed-by: Jason Andryuk <jason.andr...@amd.com>

Reply via email to