Re: [Xen-devel] [PATCH v3 1/2] xen: move perform_gunzip to common

2015-09-02 Thread Jan Beulich
>>> On 02.09.15 at 13:33, wrote: > The current gunzip code to decompress the Dom0 kernel is implemented in > inflate.c which is included by bzimage.c. > > I am looking to doing the same on ARM64 but there is quite a bit of > boilerplate definitions that I would need to import in order for > infla

[Xen-devel] [PATCH v3 1/2] xen: move perform_gunzip to common

2015-09-02 Thread Stefano Stabellini
The current gunzip code to decompress the Dom0 kernel is implemented in inflate.c which is included by bzimage.c. I am looking to doing the same on ARM64 but there is quite a bit of boilerplate definitions that I would need to import in order for inflate.c to work correctly. Instead of copying/pa