Re: [Xen-devel] [MINIOS PATCH 0/3] x86: use ELF notes and unified linker script

2016-08-22 Thread Wei Liu
On Thu, Aug 18, 2016 at 11:15:23AM +0100, Wei Liu wrote: > Wei Liu (3): > Introduce asm_macros.h > x86: switch to use elfnote > x86: use unified linker script > Series pushed. ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.o

Re: [Xen-devel] [MINIOS PATCH 0/3] x86: use ELF notes and unified linker script

2016-08-18 Thread Andrew Cooper
On 18/08/16 11:15, Wei Liu wrote: > Wei Liu (3): > Introduce asm_macros.h > x86: switch to use elfnote > x86: use unified linker script All three Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/

[Xen-devel] [MINIOS PATCH 0/3] x86: use ELF notes and unified linker script

2016-08-18 Thread Wei Liu
Wei Liu (3): Introduce asm_macros.h x86: switch to use elfnote x86: use unified linker script .gitignore | 1 + Makefile | 6 +- arch/x86/Makefile | 1 + arch/x86/minios-x86.lds.S | 133 + arch/x86