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
---
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 +-
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