Re: [Xen-devel] [PATCH v4 2/2] xen/arm: support gzip compressed kernels

2015-09-03 Thread Julien Grall
Hi Stefano, On 03/09/15 18:54, Stefano Stabellini wrote: > Free the memory used for the compressed kernel and update the relative > mod->start and mod->size parameters with the uncompressed ones. > > Signed-off-by: Stefano Stabellini > CC: julien.gr...@citrix.com > CC: ian.campb...@citrix.com W

[Xen-devel] [PATCH v4 2/2] xen/arm: support gzip compressed kernels

2015-09-03 Thread Stefano Stabellini
Free the memory used for the compressed kernel and update the relative mod->start and mod->size parameters with the uncompressed ones. Signed-off-by: Stefano Stabellini CC: julien.gr...@citrix.com CC: ian.campb...@citrix.com --- Changes in v4: - return uint32_t from output_length - __init kernel