Re: [PATCH v5 33/44] x86/boot: convert initial_images to struct boot_module

2024-10-09 Thread Daniel P. Smith
On 10/8/24 14:52, Jason Andryuk wrote: On 2024-10-06 17:49, Daniel P. Smith wrote: The variable initial_images is used for tracking the boot modules passed in by the boot loader. Convert to a struct boot_module and adjust the code that uses it accordingly. Signed-off-by: Daniel P. Smith ---

Re: [PATCH v5 33/44] x86/boot: convert initial_images to struct boot_module

2024-10-08 Thread Jason Andryuk
On 2024-10-06 17:49, Daniel P. Smith wrote: The variable initial_images is used for tracking the boot modules passed in by the boot loader. Convert to a struct boot_module and adjust the code that uses it accordingly. Signed-off-by: Daniel P. Smith --- xen/arch/x86/setup.c | 15 +-

[PATCH v5 33/44] x86/boot: convert initial_images to struct boot_module

2024-10-06 Thread Daniel P. Smith
The variable initial_images is used for tracking the boot modules passed in by the boot loader. Convert to a struct boot_module and adjust the code that uses it accordingly. Signed-off-by: Daniel P. Smith --- xen/arch/x86/setup.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions