Re: [PATCH] arm64/xen: Consider alignment calling grub_arch_efi_linux_boot_image

2025-07-10 Thread Sudhakar Kuppusamy
> On 4 Jul 2025, at 7:36 PM, Frediano Ziglio via Grub-devel > wrote: > > The Xen image is loaded alignment, not always at "start". > > Signed-off-by: Frediano Ziglio > --- Reviewed-by: Sudhakar Kuppusamy > grub-core/loader/arm64/xen_boot.c | 10 +++--- > 1 file changed, 7 insertions(+

Re: [PATCH] arm64/xen: Consider alignment calling grub_arch_efi_linux_boot_image

2025-07-10 Thread Daniel Kiper
On Fri, Jul 04, 2025 at 03:06:16PM +0100, Frediano Ziglio via Grub-devel wrote: > The Xen image is loaded alignment, not always at "start". > > Signed-off-by: Frediano Ziglio Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu

Re: [PATCH] arm64/xen: Consider alignment calling grub_arch_efi_linux_boot_image

2025-07-07 Thread Frediano Ziglio via Grub-devel
On Fri, Jul 4, 2025 at 4:20 PM Sudhakar Kuppusamy wrote: > > > > > On 4 Jul 2025, at 7:36 PM, Frediano Ziglio via Grub-devel > > wrote: > > > > The Xen image is loaded alignment, not always at "start". > > > > Signed-off-by: Frediano Ziglio > > --- > > grub-core/loader/arm64/xen_boot.c | 10 +++

Re: [PATCH] arm64/xen: Consider alignment calling grub_arch_efi_linux_boot_image

2025-07-04 Thread Sudhakar Kuppusamy
> On 4 Jul 2025, at 7:36 PM, Frediano Ziglio via Grub-devel > wrote: > > The Xen image is loaded alignment, not always at "start". > > Signed-off-by: Frediano Ziglio > --- > grub-core/loader/arm64/xen_boot.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/