summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraliguori2009-04-22 17:19:44 +0200
committeraliguori2009-04-22 17:19:44 +0200
commit9306acb50991b7c78510ff4ffe19a190f2fc89c0 (patch)
tree5ee07ae7eb17f4c965c80dccc9607de939518e0f /configure
parentxen: blk & nic configuration via cmd line. (Gerd Hoffmann) (diff)
downloadqemu-9306acb50991b7c78510ff4ffe19a190f2fc89c0.tar.gz
qemu-9306acb50991b7c78510ff4ffe19a190f2fc89c0.tar.xz
qemu-9306acb50991b7c78510ff4ffe19a190f2fc89c0.zip
xen: pv domain builder. (Gerd Hoffmann)
This adds domain building support for paravirtual domains to qemu. This allows booting xen guests directly with qemu, without Xend and the management stack. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7226 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ec761ff95c..b7b7b01d48 100755
--- a/configure
+++ b/configure
@@ -1634,7 +1634,7 @@ if test "$bluez" = "yes" ; then
echo "#define CONFIG_BLUEZ 1" >> $config_h
fi
if test "$xen" = "yes" ; then
- echo "XEN_LIBS=-lxenstore -lxenctrl" >> $config_mak
+ echo "XEN_LIBS=-lxenstore -lxenctrl -lxenguest" >> $config_mak
fi
if test "$aio" = "yes" ; then
echo "#define CONFIG_AIO 1" >> $config_h