Re: [Xen-devel] [PATCH v9 04/13] x86: properly calculate xen ELF end of image address

2016-09-30 Thread Jan Beulich
>>> On 29.09.16 at 23:42, wrote: > This patch is prereq for "efi: build xen.gz with EFI code" patch which adds, > among others, xen/arch/x86/efi/relocs-dummy.S to xen.gz output. Below there > is a description why it is needed. > > Currently xen ELF end of image address is calculated using first l

[Xen-devel] [PATCH v9 04/13] x86: properly calculate xen ELF end of image address

2016-09-29 Thread Daniel Kiper
This patch is prereq for "efi: build xen.gz with EFI code" patch which adds, among others, xen/arch/x86/efi/relocs-dummy.S to xen.gz output. Below there is a description why it is needed. Currently xen ELF end of image address is calculated using first line from "nm -nr xen/xen-syms" output. Howev