Re: [Xen-devel] [PATCH v10 08/24] xsplice: Implement payload loading

2016-04-28 Thread Jan Beulich
>>> On 27.04.16 at 21:27, wrote: > From: Ross Lagerwall > > Add support for loading xsplice payloads. This is somewhat similar to > the Linux kernel module loader, implementing the following steps: > - Verify the elf file. > - Parse the elf file. > - Allocate a region of memory mapped within a f

[Xen-devel] [PATCH v10 08/24] xsplice: Implement payload loading

2016-04-27 Thread Konrad Rzeszutek Wilk
From: Ross Lagerwall Add support for loading xsplice payloads. This is somewhat similar to the Linux kernel module loader, implementing the following steps: - Verify the elf file. - Parse the elf file. - Allocate a region of memory mapped within a free area of [xen_virt_end, XEN_VIRT_END]. - Co