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

2016-02-16 Thread Andrew Cooper
On 12/02/16 18:05, Konrad Rzeszutek Wilk wrote: > diff --git a/xen/common/xsplice.c b/xen/common/xsplice.c > index d863a99..65b1f11 100644 > --- a/xen/common/xsplice.c > +++ b/xen/common/xsplice.c > @@ -695,7 +695,7 @@ static int find_special_sections(struct payload *payload, > if ( sec ) >

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

2016-02-12 Thread Konrad Rzeszutek Wilk
From: Ross Lagerwall Add support for applying alternative sections within xsplice modules. At module load time, apply an alternative sections that are found. Signed-off-by: Ross Lagerwall Signed-off-by: Konrad Rzeszutek Wilk --- xen/arch/x86/Makefile | 2 +- xen/arch/x86/alternat