Re: [PATCH v7 04/38] x86/boot: convert mod refs to boot_module mod

2024-10-21 Thread Andrew Cooper
On 21/10/2024 7:00 pm, Andrew Cooper wrote: > On 21/10/2024 1:45 am, Daniel P. Smith wrote: >> To allow a slow conversion of x86 over to struct boot_module, start with >> replacing all references to module_t mod, only in setup.c, to the mod element >> of struct boot_module. These serves twofold, fi

Re: [PATCH v7 04/38] x86/boot: convert mod refs to boot_module mod

2024-10-21 Thread Andrew Cooper
On 21/10/2024 1:45 am, Daniel P. Smith wrote: > To allow a slow conversion of x86 over to struct boot_module, start with > replacing all references to module_t mod, only in setup.c, to the mod element > of struct boot_module. These serves twofold, first to allow the incremental > transition from mo

[PATCH v7 04/38] x86/boot: convert mod refs to boot_module mod

2024-10-20 Thread Daniel P. Smith
To allow a slow conversion of x86 over to struct boot_module, start with replacing all references to module_t mod, only in setup.c, to the mod element of struct boot_module. These serves twofold, first to allow the incremental transition from module_t fields to struct boot_module fields. The second