mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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
This commit is contained in:
parent
2c8b24a391
commit
9306acb509
7 changed files with 360 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue