Re: [Xen-devel] [MINIOS PATCH 2/3] x86: switch to use elfnote

2016-08-20 Thread Samuel Thibault
Wei Liu, on Thu 18 Aug 2016 11:15:25 +0100, wrote: > Use the newer ELF note interface. The generated ELF notes results in > equivalent configuration. > > Also need to modify linker script to provide a note section. > > Signed-off-by: Wei Liu > Reviewed-by: Juergen Gross Acked-by: Samuel Thibau

[Xen-devel] [MINIOS PATCH 2/3] x86: switch to use elfnote

2016-08-18 Thread Wei Liu
Use the newer ELF note interface. The generated ELF notes results in equivalent configuration. Also need to modify linker script to provide a note section. Signed-off-by: Wei Liu Reviewed-by: Juergen Gross --- arch/x86/minios-x86_32.lds | 4 arch/x86/minios-x86_64.lds | 4 arch/x86