On 23.11.2024 19:20, 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> > --- > xen/arch/x86/Kconfig | 2 ++ > xen/arch/x86/domain_builder/Kconfig | 15 +++++++++++++++ > 2 files changed, 17 insertions(+) > create mode 100644 xen/arch/x86/domain_builder/Kconfig
I think I mentioned this already back when the much bigger series was first posted: Please no underscores in new file (or directory) names; dashes are to be preferred. Jan