Re: [Xen-devel] [PATCH v10 07/24] xsplice: Add helper elf routines

2016-04-28 Thread Jan Beulich
>>> On 27.04.16 at 21:27, wrote: > From: Ross Lagerwall > > Add Elf routines and data structures in preparation for loading an > xSplice payload. > > We make an assumption that the max number of sections an ELF payload > can have is 64. We can in future make this be dependent on the > names of

[Xen-devel] [PATCH v10 07/24] xsplice: Add helper elf routines

2016-04-27 Thread Konrad Rzeszutek Wilk
From: Ross Lagerwall Add Elf routines and data structures in preparation for loading an xSplice payload. We make an assumption that the max number of sections an ELF payload can have is 64. We can in future make this be dependent on the names of the sections and verifying against a list, but for