Re: [PATCH 1/5] x86/boot: Drop initial_images pointer

2024-10-24 Thread Daniel P. Smith
On 10/24/24 10:26, Andrew Cooper wrote: From: "Daniel P. Smith" Now that the module list is encapsulated inside boot_info, we can do away with the initial_images pointer. No functional change. Signed-off-by: Daniel P. Smith Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Mon

[PATCH 1/5] x86/boot: Drop initial_images pointer

2024-10-24 Thread Andrew Cooper
From: "Daniel P. Smith" Now that the module list is encapsulated inside boot_info, we can do away with the initial_images pointer. No functional change. Signed-off-by: Daniel P. Smith Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Daniel P. Smith v7.5: * Rearran