Re: [PATCH v6 01/11] xen: Conditionally compile out the boot_module.domU

2025-07-08 Thread dmkhn
On Tue, Jul 08, 2025 at 08:07:10PM +0200, Alejandro Vallejo wrote: > ... based on CONFIG_X86. x86 won't depend on it, and it'll only be used > by the domain builder in common/device-tree/ > > Moving it to an arch-specific subfield (as introduced in a later patch) > is unwieldy, because all other a

Re: [PATCH v6 01/11] xen: Conditionally compile out the boot_module.domU

2025-07-08 Thread Stefano Stabellini
On Tue, 8 Jul 2025, Alejandro Vallejo wrote: > ... based on CONFIG_X86. x86 won't depend on it, and it'll only be used > by the domain builder in common/device-tree/ > > Moving it to an arch-specific subfield (as introduced in a later patch) > is unwieldy, because all other arches depend on it. >