On 2025-04-17 11:00, Jan Beulich wrote:
On 17.04.2025 14:48, Alejandro Vallejo wrote:
--- /dev/null
+++ b/xen/common/domain-builder/Kconfig
+ bool "Domain builder (UNSUPPORTED)" if UNSUPPORTED
+ select LIBFDT
+ help
+ Xen has a built-in mechanisms to automatically construct domains
+ (like dom0) during the boot phase. The domain builder is an enhanced
+ form of that mechanism to enable constructing predefined domains
+ described on a flattened device tree.
I'm not a native speaker, but (perhaps because of that) "on" here reads
odd. More logical to me would be "by" or "via".
Yes, "by" is better.
The description is a little backwards - it should state what it is
first. Maybe:
Support for constructing predefined domains described by a flattened
device tree. This allows constructing multiple domains at boot time
instead of being limited to a single dom0.
Regards,
Jason