xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] support gzipped kernels on arm
@ 2015-09-07 14:22 Stefano Stabellini
  2015-09-07 14:25 ` [PATCH v5 1/2] xen: move perform_gunzip to common Stefano Stabellini
  2015-09-07 14:25 ` [PATCH v5 2/2] xen/arm: support gzip compressed kernels Stefano Stabellini
  0 siblings, 2 replies; 7+ messages in thread
From: Stefano Stabellini @ 2015-09-07 14:22 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       |   75 +++++++++++++++++++++++
 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, 224 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] 7+ messages in thread

end of thread, other threads:[~2015-09-14  9:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07 14:22 [PATCH v5 0/2] support gzipped kernels on arm Stefano Stabellini
2015-09-07 14:25 ` [PATCH v5 1/2] xen: move perform_gunzip to common Stefano Stabellini
2015-09-07 14:25 ` [PATCH v5 2/2] xen/arm: support gzip compressed kernels Stefano Stabellini
2015-09-08 13:35   ` Ian Campbell
2015-09-08 13:42     ` Jan Beulich
2015-09-11 16:20     ` Stefano Stabellini
2015-09-14  9:05       ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).