Re: [Xen-devel] [PATCH v9 19/27] xsplice: Add support for alternatives

2016-04-27 Thread Jan Beulich
>>> On 25.04.16 at 17:35, 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 NOP with a N

[Xen-devel] [PATCH v9 19/27] xsplice: Add support for alternatives

2016-04-25 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