[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH osstest.git] ts-xen-build: remove frobbing of xen.git/buildconfigs/enable-xen-config
This shouldn't be touched since osstest.git commit c1fba9810435 "import enable-xen-config from xen.git, use for ts-kernel-build" and is just wrong since xen.git 40305629dc48 "build: remove Linux kernel build integration." since the file no longer exists. Of the options which were being set here only CONFIG_HIGHPTE isn't already handled by ts-kernel-build. I don't think CONFIG_HIGHPTE needs to be forced to off these days (pvops kernels do it automagically). If I'm wrong I'm sure osstest will tell us... Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Jan Beulich <JBeulich@xxxxxxxx> --- ts-xen-build | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ts-xen-build b/ts-xen-build index e67e29c..babe5da 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -94,16 +94,6 @@ END } sub build () { - target_cmd_build($ho, 1000, $builddir, <<END); - cd xen-unstable - perl -i.bak -pe ' - next unless m/^exit 0/; - print "setopt CONFIG_HIGHPTE n\\n" or die \$!; - print "setopt CONFIG_TUN y\\n" or die \$!; - print "setopt CONFIG_BLK_DEV_NBD m\\n" or die \$!; - print "setopt CONFIG_DEBUG_INFO y\\n" or die \$!; - ' buildconfigs/enable-xen-config -END my $xend_opt= $r{enable_xend} =~ m/true/ ? "--enable-xend" : "--disable-xend"; my $ovmf_opt= $r{enable_ovmf} =~ m/true/ ? "--enable-ovmf" : "--disable-ovmf"; -- 1.9.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |