All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] raisin: disable seabios in Xen, if the user disabled it in Raisin
@ 2015-04-22 14:58 Stefano Stabellini
  0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2015-04-22 14:58 UTC (permalink / raw
  To: xen-devel; +Cc: George Dunlap, Stefano Stabellini

If the user disabled seabios in the raisin config, disable seabios in
Xen.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

diff --git a/components/xen b/components/xen
index 9ff0222..add8136 100644
--- a/components/xen
+++ b/components/xen
@@ -24,7 +24,7 @@ function xen_check_package() {
 }
 
 function xen_build() {
-    local seabios_opt=""
+    local seabios_opt="--disable-seabios"
     local ovmf_opt=""
 
     cd "$BASEDIR"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-22 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-22 14:58 [PATCH] raisin: disable seabios in Xen, if the user disabled it in Raisin 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.