Re: [PATCH v6 02/44] x86/boot: move boot loader name to boot info

2024-10-17 Thread Jason Andryuk
On 2024-10-17 13:02, Daniel P. Smith wrote: Transition the incoming boot loader name to be held in struct boot_info. No functional change intended. Signed-off-by: Daniel P. Smith Reviewed-by: Jason Andryuk

[PATCH v6 02/44] x86/boot: move boot loader name to boot info

2024-10-17 Thread Daniel P. Smith
Transition the incoming boot loader name to be held in struct boot_info. No functional change intended. Signed-off-by: Daniel P. Smith --- Changes since v5: - reorder struct boot_module fields - code style changes --- xen/arch/x86/include/asm/bootinfo.h | 2 ++ xen/arch/x86/setup.c