aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-04-20 17:13:06 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-04-20 17:13:06 +0100
commit5f82d0858de183bff785f0fbbee16469e08f210b (patch)
tree1ae758e770dbe824aaa87bbe3aeea3e7b8144454 /Config.mk
parentc2f72dec40102496969bc45fe66928e17ea59e17 (diff)
downloadxen-5f82d0858de183bff785f0fbbee16469e08f210b.tar.gz
xen-5f82d0858de183bff785f0fbbee16469e08f210b.tar.bz2
xen-5f82d0858de183bff785f0fbbee16469e08f210b.zip
tools: support SeaBIOS. Use by default when upstream qemu is configured.
The SeaBIOS integration here is only semi-complete and is targetted at developers and very early adopters who can be expected to cope with some rough edges. In particular the user must clone, patch as necessary and compile SeaBIOS themselves since this patchset does not cover any of that (in the same way we currently do not integrate upstream qemu clone+build). Include a big comment to that effect next to the Config.mk option. Many of the bios_config callback functions are not yet used by SeaBIOS. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 0693b34c82..97b8d5b23d 100644
--- a/Config.mk
+++ b/Config.mk
@@ -184,6 +184,18 @@ QEMU_TAG := xen-4.1.0-rc6
# Fri Feb 11 17:54:51 2011 +0000
# qemu-xen: fix segfault with empty cdroms
+# Short answer -- do not enable this unless you know what you are
+# doing and are prepared for some pain.
+
+# SeaBIOS integration is a work in progress. Before enabling this
+# option you must clone git://git.qemu.org/seabios.git/, possibly add
+# some development patches and then build it yourself before pointing
+# this variable to it (using an absolute path).
+#
+# Note that using SeaBIOS requires the use the upstream qemu as the
+# device model.
+SEABIOS_DIR ?=
+
# Optional components
XENSTAT_XENTOP ?= y
VTPM_TOOLS ?= n