By default FEP depends on debug flag. When we are near release the debug
flag will be turned off. In order to test a release build, we explicitly
enable FEP in build configuration.
Since we target Xen versions that already have Kconfig support, only a
Kconfig option is created for now.
We can easily add config option for older Xen when necessary.
Note that this only compiles in FEP support. To enable it a user needs
to explicitly specify fep=1 in hypervisor command line.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
(nonempty($earlyprintk) ? <<END : '').
echo >>.config CONFIG_EARLY_PRINTK=$earlyprintk
END
- ($ho->{Suite} =~ m/squeeze|wheezy/ ? <<END : '') #Debian #693721
+ ($ho->{Suite} =~ m/squeeze|wheezy/ ? <<END : ''). #Debian #693721
echo >>.config PYTHON_PREFIX_ARG=
+END
+ <<END
+ if test -f xen/Kconfig; then
+ echo >>xen/.config CONFIG_HVM_FEP=y
+ fi
END
);
}