All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] support gzipped kernels on arm
@ 2015-09-03 17:50 Stefano Stabellini
  2015-09-03 17:54 ` [PATCH v4 1/2] xen: move perform_gunzip to common Stefano Stabellini
  2015-09-03 17:54 ` [PATCH v4 2/2] xen/arm: support gzip compressed kernels Stefano Stabellini
  0 siblings, 2 replies; 4+ messages in thread
From: Stefano Stabellini @ 2015-09-03 17:50 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Stefano Stabellini

Hi all,

this patch series introduces support for gzipped kernels, such as the
standard Image.gz format used by Linux on arm64 by default, in Xen on
arm. Without it, Xen cannot load the default kernel shipped by distros,
such as CentOS 7.


Stefano Stabellini (2):
      xen: move perform_gunzip to common
      xen/arm: support gzip compressed kernels

 xen/arch/arm/kernel.c       |   71 ++++++++++++++++++++++
 xen/arch/arm/setup.c        |    2 +-
 xen/arch/x86/bzimage.c      |  134 +-----------------------------------------
 xen/common/Makefile         |    1 +
 xen/common/gunzip.c         |  137 +++++++++++++++++++++++++++++++++++++++++++
 xen/include/asm-arm/setup.h |    2 +
 xen/include/xen/gunzip.h    |    7 +++
 7 files changed, 220 insertions(+), 134 deletions(-)
 create mode 100644 xen/common/gunzip.c
 create mode 100644 xen/include/xen/gunzip.h

Cheers,

Stefano

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-03 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-03 17:50 [PATCH v4 0/2] support gzipped kernels on arm Stefano Stabellini
2015-09-03 17:54 ` [PATCH v4 1/2] xen: move perform_gunzip to common Stefano Stabellini
2015-09-03 17:54 ` [PATCH v4 2/2] xen/arm: support gzip compressed kernels Stefano Stabellini
2015-09-03 18:27   ` Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.