On 26.12.2024 17:57, Daniel P. Smith wrote:
> --- a/xen/arch/x86/Makefile
> +++ b/xen/arch/x86/Makefile
> @@ -81,6 +81,8 @@ obj-$(CONFIG_COMPAT) += x86_64/platform_hypercall.o
> obj-y += sysctl.o
> endif
>
> +obj-y += domain-builder/
The set of subdirs needed in $(obj-y) is specified at the to
On 1/8/25 16:54, Jason Andryuk wrote:
On 2024-12-26 11:57, Daniel P. Smith wrote:
Introduce the domain builder which is capable of consuming a device
tree as the
first boot module. If it finds a device tree as the first boot module,
it will
set its type to BOOTMOD_FDT. This change only detects
On 2024-12-26 11:57, Daniel P. Smith wrote:
Introduce the domain builder which is capable of consuming a device tree as the
first boot module. If it finds a device tree as the first boot module, it will
set its type to BOOTMOD_FDT. This change only detects the boot module and
continues to boot wi