aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-17 16:39:14 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-17 16:39:14 +0000
commit86f69d44aecaf5e72f86e5686d1a2fcb8f7fc7ba (patch)
tree0aa51114966d2d2f2ca63527ad25cf861ee36b3b /tools/firmware/Makefile
parentbdd22133fc2092328ff9a8f0128d8584642051b5 (diff)
downloadxen-86f69d44aecaf5e72f86e5686d1a2fcb8f7fc7ba.tar.gz
xen-86f69d44aecaf5e72f86e5686d1a2fcb8f7fc7ba.tar.bz2
xen-86f69d44aecaf5e72f86e5686d1a2fcb8f7fc7ba.zip
hvm: Extboot support for Xen
This patch adds extboot to Xen. It should be pretty harmless as the moment because it's never enabled. extboot allows arbitrary block devices to be used to boot guests including SCSI and PV disks. I've tested it with both Windows and Linux guests in QEMU. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tools/firmware/Makefile')
-rw-r--r--tools/firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index 38338471fd..b7ae64be65 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -10,6 +10,7 @@ SUBDIRS :=
SUBDIRS += rombios rombios/32bit
SUBDIRS += vgabios
SUBDIRS += vmxassist
+SUBDIRS += extboot
SUBDIRS += hvmloader
.PHONY: all