Re: [Xen-devel] [PATCH v6 16/24] xsplice: Add support for alternatives

2016-04-08 Thread Jan Beulich
>>> On 08.04.16 at 19:34, wrote: > On 07/04/16 04:49, Konrad Rzeszutek Wilk wrote: >> --- a/xen/arch/x86/Makefile >> +++ b/xen/arch/x86/Makefile >> @@ -6,7 +6,7 @@ subdir-y += mm >> subdir-$(CONFIG_XENOPROF) += oprofile >> subdir-y += x86_64 >> >> -obj-bin-y += alternative.init.o >> +obj-bin-y

Re: [Xen-devel] [PATCH v6 16/24] xsplice: Add support for alternatives

2016-04-08 Thread Andrew Cooper
On 07/04/16 04:49, Konrad Rzeszutek Wilk wrote: > From: Ross Lagerwall > > Add support for applying alternative sections within xsplice payload. > At payload load time, apply an alternative sections that are found. > > Also we add an test-case exercising a rather useless alternative > (patching a

[Xen-devel] [PATCH v6 16/24] xsplice: Add support for alternatives

2016-04-06 Thread Konrad Rzeszutek Wilk
From: Ross Lagerwall Add support for applying alternative sections within xsplice payload. At payload load time, apply an alternative sections that are found. Also we add an test-case exercising a rather useless alternative (patching a NOP with a NOP) - but it does exercise the code-path. Signe