Re: [PATCH v2 06/15] x86/hyperlaunch: introduce the domain builder

2025-01-30 Thread Jan Beulich
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

Re: [PATCH v2 06/15] x86/hyperlaunch: introduce the domain builder

2025-01-15 Thread Daniel P. Smith
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

Re: [PATCH v2 06/15] x86/hyperlaunch: introduce the domain builder

2025-01-08 Thread Jason Andryuk
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