All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] raisin: introduce ovmf and linux
@ 2015-04-21 16:46 Stefano Stabellini
  2015-04-21 16:48 ` [PATCH v2 1/6] raisin: introduce verbose_echo Stefano Stabellini
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Stefano Stabellini @ 2015-04-21 16:46 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Stefano Stabellini

Hi all,

this patch series includes a few clean-ups and introduces a component to
build ovmf and a component to build a linux kernel. The latter is not
enabled by default, and could probably benefit from a bit more work on
the kconfig options to really be useful, but it is a start.

Changes in v2:
- rename _verbose_echo to verbose_echo
- add "raisin: pass --with-system-seabios with seabios was built"
- only enable ovmf in Xen, if we actually have built ovmf


Stefano Stabellini (6):
      raisin: introduce verbose_echo
      raisin: remove duplicate source config in raise
      raisin: rename ARCH to RAISIN_ARCH
      raisin: pass --with-system-seabios with seabios was built
      raisin: introduce ovmf
      raisin: build linux

 README                      |    2 +-
 components/grub             |    6 +--
 components/libvirt          |    2 +-
 components/linux            |  120 +++++++++++++++++++++++++++++++++++++++++++
 components/qemu             |    2 +-
 components/qemu_traditional |    2 +-
 components/seabios          |    6 +--
 components/series           |    2 +
 components/xen              |   16 ++++--
 defconfig                   |    8 ++-
 lib/common-functions.sh     |   50 +++++++-----------
 raise                       |   15 ++----
 scripts/mkdeb               |    8 +--
 scripts/mkrpm               |    2 +-
 14 files changed, 179 insertions(+), 62 deletions(-)
 create mode 100644 components/linux

Cheers,

Stefano

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

end of thread, other threads:[~2015-04-22 15:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 16:46 [PATCH v2 0/6] raisin: introduce ovmf and linux Stefano Stabellini
2015-04-21 16:48 ` [PATCH v2 1/6] raisin: introduce verbose_echo Stefano Stabellini
2015-04-21 16:48 ` [PATCH v2 2/6] raisin: remove duplicate source config in raise Stefano Stabellini
2015-04-21 16:48 ` [PATCH v2 3/6] raisin: rename ARCH to RAISIN_ARCH Stefano Stabellini
2015-04-21 16:48 ` [PATCH v2 4/6] raisin: pass --with-system-seabios with seabios was built Stefano Stabellini
2015-04-22  9:42   ` Ian Campbell
2015-04-22 14:15     ` Stefano Stabellini
2015-04-22 14:25       ` Ian Campbell
2015-04-22 14:43         ` Stefano Stabellini
2015-04-22 14:27       ` George Dunlap
2015-04-22 14:49         ` Stefano Stabellini
2015-04-22 15:25           ` Ian Campbell
2015-04-22 15:33           ` George Dunlap
2015-04-22 15:37             ` Stefano Stabellini
2015-04-21 16:48 ` [PATCH v2 5/6] raisin: introduce ovmf Stefano Stabellini
2015-04-21 16:48 ` [PATCH v2 6/6] raisin: build linux Stefano Stabellini
2015-04-21 16:50 ` [PATCH v2 0/6] raisin: introduce ovmf and linux George Dunlap
2015-04-21 16:54   ` Stefano Stabellini

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.