Re: [PATCH v3 05/14] x86: Replace arch-specific boot_module with common one

2025-06-17 Thread Alejandro Vallejo
On Sat Jun 14, 2025 at 2:54 AM CEST, Stefano Stabellini wrote: > On Fri, 13 Jun 2025, Alejandro Vallejo wrote: >> diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c >> index a038e58c11..8d2734f2b5 100644 >> --- a/xen/arch/x86/hvm/dom0_build.c >> +++ b/xen/arch/x86/hvm/dom0_b

Re: [PATCH v3 05/14] x86: Replace arch-specific boot_module with common one

2025-06-16 Thread Alejandro Vallejo
On Sat Jun 14, 2025 at 2:54 AM CEST, Stefano Stabellini wrote: > On Fri, 13 Jun 2025, Alejandro Vallejo wrote: >> These types resemble each other very closely in layout and intent, >> and with "struct boot_module" already in common code it makes perfect >> sense to merge them. In order to do so, ad

Re: [PATCH v3 05/14] x86: Replace arch-specific boot_module with common one

2025-06-13 Thread Stefano Stabellini
On Fri, 13 Jun 2025, Alejandro Vallejo wrote: > These types resemble each other very closely in layout and intent, > and with "struct boot_module" already in common code it makes perfect > sense to merge them. In order to do so, add an arch-specific area for > x86-specific tidbits, and rename ident