All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/5] Reintroduce OVMF support
@ 2013-10-29 11:39 Wei Liu
  2013-10-29 11:39 ` [PATCH V3 1/5] libxl: bump LIBXL_MAXMEM_CONSTANT to 2048 Wei Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 35+ messages in thread
From: Wei Liu @ 2013-10-29 11:39 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, ian.jackson, ian.campbell

OVMF (open virtual machine firmware) is used to provide UEFI support for
virtual machines. It was first introduced about a year ago but was disabled due
to compilation problem. Now that the compilation problem is resolved we can
reintorduce it.

OVMF tree can be pulled from
  git://xenbits.xen.org/people/liuw/ovmf.git for-xenbits

Wei.

Change from V2:
* update Config.mk before enabling OVMF build

Ian Campbell (3):
  tools: clone ovmf to ovmf-dir directory
  tools: support system supplied ovmf binary
  tools: Enable OVMF build by default

Wei Liu (2):
  libxl: bump LIBXL_MAXMEM_CONSTANT to 2048
  Config.mk: update OVMF changeset

 Config.mk                         |    2 +-
 Makefile                          |    4 ++++
 config/Tools.mk.in                |    1 +
 tools/configure                   |   20 +++++++++++++++-----
 tools/configure.ac                |   13 ++++++++++++-
 tools/firmware/Makefile           |   31 ++++++++++++-------------------
 tools/firmware/hvmloader/Makefile |    8 ++++++--
 tools/libxl/libxl_internal.h      |    2 +-
 8 files changed, 52 insertions(+), 29 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-11-11 14:09 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 11:39 [PATCH V3 0/5] Reintroduce OVMF support Wei Liu
2013-10-29 11:39 ` [PATCH V3 1/5] libxl: bump LIBXL_MAXMEM_CONSTANT to 2048 Wei Liu
2013-11-01 11:14   ` George Dunlap
2013-11-01 16:02   ` Ian Campbell
2013-11-01 16:10     ` Wei Liu
2013-11-01 16:23       ` Ian Campbell
2013-11-06 10:32         ` Wei Liu
2013-11-06 10:41           ` Ian Campbell
2013-11-06 18:04             ` Stefano Stabellini
2013-11-07 11:03               ` Ian Campbell
2013-11-07 11:15                 ` Processed: " xen
2013-11-06 12:04   ` Wei Liu
2013-10-29 11:39 ` [PATCH V3 2/5] Config.mk: update OVMF changeset Wei Liu
2013-10-29 14:16   ` Fabio Fantoni
2013-10-29 14:21     ` Wei Liu
2013-10-29 16:15       ` Fabio Fantoni
2013-10-29 16:34         ` Wei Liu
2013-10-30 11:33           ` Fabio Fantoni
2013-10-30 11:50             ` Wei Liu
2013-10-30 12:57               ` Fabio Fantoni
2013-10-30 14:05                 ` Wei Liu
2013-10-30 15:52                   ` Fabio Fantoni
2013-10-30 15:58                     ` Wei Liu
2013-10-31  9:47                       ` Fabio Fantoni
2013-10-31 10:03                         ` Wei Liu
2013-10-31 11:22                           ` Fabio Fantoni
2013-10-31 14:40                             ` Wei Liu
2013-10-31 15:41                               ` Fabio Fantoni
2013-10-30 12:09             ` Wei Liu
2013-10-30 12:42               ` Fabio Fantoni
2013-11-01 16:05   ` Ian Campbell
2013-10-29 11:39 ` [PATCH V3 3/5] tools: clone ovmf to ovmf-dir directory Wei Liu
2013-10-29 11:39 ` [PATCH V3 4/5] tools: support system supplied ovmf binary Wei Liu
2013-10-29 11:39 ` [PATCH V3 5/5] tools: Enable OVMF build by default Wei Liu
2013-11-11 14:09 ` [PATCH V3 0/5] Reintroduce OVMF support Ian Campbell

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.