Re: [Xen-devel] [PATCH v1 11/11] xsplice: Add support for alternatives

2015-11-05 Thread Konrad Rzeszutek Wilk
On Tue, Nov 03, 2015 at 06:16:08PM +, Ross Lagerwall wrote: > Add support for applying alternative sections within xsplice modules. At > module load time, apply any alternative sections that are found. > > Signed-off-by: Ross Lagerwall > --- > xen/arch/x86/Makefile | 2 +- > xen

[Xen-devel] [PATCH v1 11/11] xsplice: Add support for alternatives

2015-11-03 Thread Ross Lagerwall
Add support for applying alternative sections within xsplice modules. At module load time, apply any alternative sections that are found. Signed-off-by: Ross Lagerwall --- xen/arch/x86/Makefile | 2 +- xen/arch/x86/alternative.c| 12 ++-- xen/common/xsplice.c