Re: [PATCH v2] efi: Relocate the ESRT when booting via multiboot2

2022-12-14 Thread Jan Beulich
On 14.12.2022 10:34, Jan Beulich wrote: > On 14.12.2022 00:03, Demi Marie Obenour wrote: >> This was missed in the initial patchset. >> >> Signed-off-by: Demi Marie Obenour > > I'm sorry, but no: In a v2 submission you should address prior comments. > On v1 I did offer to extend the description w

Re: [PATCH v2] efi: Relocate the ESRT when booting via multiboot2

2022-12-14 Thread Jan Beulich
On 14.12.2022 00:03, Demi Marie Obenour wrote: > This was missed in the initial patchset. > > Signed-off-by: Demi Marie Obenour I'm sorry, but no: In a v2 submission you should address prior comments. On v1 I did offer to extend the description while committing, but you should not take this as a

[PATCH v2] efi: Relocate the ESRT when booting via multiboot2

2022-12-13 Thread Demi Marie Obenour
This was missed in the initial patchset. Signed-off-by: Demi Marie Obenour --- xen/arch/x86/efi/efi-boot.h | 2 + xen/common/efi/boot.c | 136 ++-- 2 files changed, 70 insertions(+), 68 deletions(-) diff --git a/xen/arch/x86/efi/efi-boot.h b/xen/arch/x86/