Re: [Xen-devel] [PATCH v2 16/18] xenpvh: support building a standalone image

2018-10-22 Thread Daniel Kiper
On Tue, Oct 09, 2018 at 01:03:15PM +0200, Juergen Gross wrote: > Support mkimage for xenpvh. > > In order to avoid using plain integers for the ELF notes use the > available Xen include instead. While at it replace the plain numbers > for Xen PV mode, too. > > Signed-off-by: Juergen Gross +/- XEN

[Xen-devel] [PATCH v2 16/18] xenpvh: support building a standalone image

2018-10-09 Thread Juergen Gross
Support mkimage for xenpvh. In order to avoid using plain integers for the ELF notes use the available Xen include instead. While at it replace the plain numbers for Xen PV mode, too. Signed-off-by: Juergen Gross --- V2: some style adjustments (Daniel Kiper) use defines for elf-notes (Daniel