>>> 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
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
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