Re: [PATCH v5 01/10] x86: Replace arch-specific boot_module with common one

2025-07-02 Thread Alejandro Vallejo
On Wed Jul 2, 2025 at 2:43 PM CEST, Jan Beulich wrote: > On 01.07.2025 12:56, 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 arc

Re: [PATCH v5 01/10] x86: Replace arch-specific boot_module with common one

2025-07-02 Thread Jan Beulich
On 01.07.2025 12:56, 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