be booted from EFI" 53dba447-x86-ACPI-allow-CMOS-RTC-use-even-when-ACPI-says-there-is-none.patch - Upstream patches from Jan 53d7b781-x86-cpu-undo-BIOS-CPUID-max_leaf-limit-earlier.patch 53df71c7-lz4-check-for-underruns.patch 53df727b-x86-HVM-extend-LAPIC-shortcuts-around-P2M-lookups.patch 53e47d6b-x86_emulate-properly-do-IP-updates-and-other-side-effects.patch - Update to Xen Version 4.4.1-rc2 xen-4.4.1-testing-src.tar.bz2 - Dropped 60 upstream patches and xen-4.4.0-testing-src.tar.bz2 - bnc#820873 - The "long" option doesn't work with "xl list" 53d124e7-fix-list_domain_details-check-config-data-length-0.patch - bnc#888996 - Package 'xen-tool' contains 'SuSE' spelling in a filename and/or SPEC file Renamed README.SuSE -> README.SUSE Modified files: xen.spec, boot.local.xenU, init.pciback xend-config.patch, xend-vif-route-ifup.patch - bnc#882673 - Dom0 memory should enforce a minimum memory size (e.g. dom0_mem=min:512M) xen.spec (Mike Latimer) OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=324
434 lines
11 KiB
Diff
434 lines
11 KiB
Diff
Index: xen-4.4.1-testing/tools/configure
|
|
===================================================================
|
|
--- xen-4.4.1-testing.orig/tools/configure
|
|
+++ xen-4.4.1-testing/tools/configure
|
|
@@ -633,9 +633,6 @@ libgcrypt
|
|
EXTFS_LIBS
|
|
system_aio
|
|
zlib
|
|
-FETCHER
|
|
-FTP
|
|
-WGET
|
|
glib_LIBS
|
|
glib_CFLAGS
|
|
PKG_CONFIG_LIBDIR
|
|
@@ -7375,104 +7372,104 @@ $as_echo "yes" >&6; }
|
|
fi
|
|
|
|
# Extract the first word of "wget", so it can be a program name with args.
|
|
-set dummy wget; ac_word=$2
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
-$as_echo_n "checking for $ac_word... " >&6; }
|
|
-if ${ac_cv_path_WGET+:} false; then :
|
|
- $as_echo_n "(cached) " >&6
|
|
-else
|
|
- case $WGET in
|
|
- [\\/]* | ?:[\\/]*)
|
|
- ac_cv_path_WGET="$WGET" # Let the user override the test with a path.
|
|
- ;;
|
|
- *)
|
|
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
-for as_dir in $PATH
|
|
-do
|
|
- IFS=$as_save_IFS
|
|
- test -z "$as_dir" && as_dir=.
|
|
- for ac_exec_ext in '' $ac_executable_extensions; do
|
|
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
- ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext"
|
|
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
- break 2
|
|
- fi
|
|
-done
|
|
- done
|
|
-IFS=$as_save_IFS
|
|
-
|
|
- test -z "$ac_cv_path_WGET" && ac_cv_path_WGET="no"
|
|
- ;;
|
|
-esac
|
|
-fi
|
|
-WGET=$ac_cv_path_WGET
|
|
-if test -n "$WGET"; then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5
|
|
-$as_echo "$WGET" >&6; }
|
|
-else
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
-$as_echo "no" >&6; }
|
|
-fi
|
|
-
|
|
-
|
|
-if test x"$WGET" != x"no"; then :
|
|
-
|
|
- FETCHER="$WGET -c -O"
|
|
-
|
|
-else
|
|
-
|
|
- # Extract the first word of "ftp", so it can be a program name with args.
|
|
-set dummy ftp; ac_word=$2
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
-$as_echo_n "checking for $ac_word... " >&6; }
|
|
-if ${ac_cv_path_FTP+:} false; then :
|
|
- $as_echo_n "(cached) " >&6
|
|
-else
|
|
- case $FTP in
|
|
- [\\/]* | ?:[\\/]*)
|
|
- ac_cv_path_FTP="$FTP" # Let the user override the test with a path.
|
|
- ;;
|
|
- *)
|
|
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
-for as_dir in $PATH
|
|
-do
|
|
- IFS=$as_save_IFS
|
|
- test -z "$as_dir" && as_dir=.
|
|
- for ac_exec_ext in '' $ac_executable_extensions; do
|
|
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
- ac_cv_path_FTP="$as_dir/$ac_word$ac_exec_ext"
|
|
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
- break 2
|
|
- fi
|
|
-done
|
|
- done
|
|
-IFS=$as_save_IFS
|
|
-
|
|
- test -z "$ac_cv_path_FTP" && ac_cv_path_FTP="no"
|
|
- ;;
|
|
-esac
|
|
-fi
|
|
-FTP=$ac_cv_path_FTP
|
|
-if test -n "$FTP"; then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FTP" >&5
|
|
-$as_echo "$FTP" >&6; }
|
|
-else
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
-$as_echo "no" >&6; }
|
|
-fi
|
|
-
|
|
-
|
|
- if test x"$FTP" != x"no"; then :
|
|
-
|
|
- FETCHER="$FTP -o"
|
|
-
|
|
-else
|
|
-
|
|
- as_fn_error $? "cannot find wget or ftp" "$LINENO" 5
|
|
-
|
|
-fi
|
|
-
|
|
-fi
|
|
+#set dummy wget; ac_word=$2
|
|
+#{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
+#$as_echo_n "checking for $ac_word... " >&6; }
|
|
+#if ${ac_cv_path_WGET+:} false; then :
|
|
+# $as_echo_n "(cached) " >&6
|
|
+#else
|
|
+# case $WGET in
|
|
+# [\\/]* | ?:[\\/]*)
|
|
+# ac_cv_path_WGET="$WGET" # Let the user override the test with a path.
|
|
+# ;;
|
|
+# *)
|
|
+# as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
+#for as_dir in $PATH
|
|
+#do
|
|
+# IFS=$as_save_IFS
|
|
+# test -z "$as_dir" && as_dir=.
|
|
+# for ac_exec_ext in '' $ac_executable_extensions; do
|
|
+# if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
+# ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext"
|
|
+# $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
+# break 2
|
|
+# fi
|
|
+#done
|
|
+# done
|
|
+#IFS=$as_save_IFS
|
|
+#
|
|
+# test -z "$ac_cv_path_WGET" && ac_cv_path_WGET="no"
|
|
+# ;;
|
|
+#esac
|
|
+#fi
|
|
+#WGET=$ac_cv_path_WGET
|
|
+#if test -n "$WGET"; then
|
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5
|
|
+#$as_echo "$WGET" >&6; }
|
|
+#else
|
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
+#$as_echo "no" >&6; }
|
|
+#fi
|
|
+#
|
|
+#
|
|
+#if test x"$WGET" != x"no"; then :
|
|
+#
|
|
+# FETCHER="$WGET -c -O"
|
|
+#
|
|
+#else
|
|
+#
|
|
+# # Extract the first word of "ftp", so it can be a program name with args.
|
|
+#set dummy ftp; ac_word=$2
|
|
+#{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
+#$as_echo_n "checking for $ac_word... " >&6; }
|
|
+#if ${ac_cv_path_FTP+:} false; then :
|
|
+# $as_echo_n "(cached) " >&6
|
|
+#else
|
|
+# case $FTP in
|
|
+# [\\/]* | ?:[\\/]*)
|
|
+# ac_cv_path_FTP="$FTP" # Let the user override the test with a path.
|
|
+# ;;
|
|
+# *)
|
|
+# as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
+#for as_dir in $PATH
|
|
+#do
|
|
+# IFS=$as_save_IFS
|
|
+# test -z "$as_dir" && as_dir=.
|
|
+# for ac_exec_ext in '' $ac_executable_extensions; do
|
|
+# if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
+# ac_cv_path_FTP="$as_dir/$ac_word$ac_exec_ext"
|
|
+# $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
+# break 2
|
|
+# fi
|
|
+#done
|
|
+# done
|
|
+#IFS=$as_save_IFS
|
|
+#
|
|
+# test -z "$ac_cv_path_FTP" && ac_cv_path_FTP="no"
|
|
+# ;;
|
|
+#esac
|
|
+#fi
|
|
+#FTP=$ac_cv_path_FTP
|
|
+#if test -n "$FTP"; then
|
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FTP" >&5
|
|
+#$as_echo "$FTP" >&6; }
|
|
+#else
|
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
+#$as_echo "no" >&6; }
|
|
+#fi
|
|
+#
|
|
+#
|
|
+# if test x"$FTP" != x"no"; then :
|
|
+#
|
|
+# FETCHER="$FTP -o"
|
|
+#
|
|
+#else
|
|
+#
|
|
+# as_fn_error $? "cannot find wget or ftp" "$LINENO" 5
|
|
+#
|
|
+#fi
|
|
+#
|
|
+#fi
|
|
|
|
|
|
|
|
Index: xen-4.4.1-testing/stubdom/configure
|
|
===================================================================
|
|
--- xen-4.4.1-testing.orig/stubdom/configure
|
|
+++ xen-4.4.1-testing/stubdom/configure
|
|
@@ -623,8 +623,6 @@ LDFLAGS
|
|
CFLAGS
|
|
CC
|
|
FETCHER
|
|
-FTP
|
|
-WGET
|
|
CMAKE
|
|
extfiles
|
|
debug
|
|
@@ -2300,104 +2298,104 @@ extfiles=$ax_cv_extfiles
|
|
|
|
|
|
# Extract the first word of "wget", so it can be a program name with args.
|
|
-set dummy wget; ac_word=$2
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
-$as_echo_n "checking for $ac_word... " >&6; }
|
|
-if ${ac_cv_path_WGET+:} false; then :
|
|
- $as_echo_n "(cached) " >&6
|
|
-else
|
|
- case $WGET in
|
|
- [\\/]* | ?:[\\/]*)
|
|
- ac_cv_path_WGET="$WGET" # Let the user override the test with a path.
|
|
- ;;
|
|
- *)
|
|
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
-for as_dir in $PATH
|
|
-do
|
|
- IFS=$as_save_IFS
|
|
- test -z "$as_dir" && as_dir=.
|
|
- for ac_exec_ext in '' $ac_executable_extensions; do
|
|
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
- ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext"
|
|
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
- break 2
|
|
- fi
|
|
-done
|
|
- done
|
|
-IFS=$as_save_IFS
|
|
-
|
|
- test -z "$ac_cv_path_WGET" && ac_cv_path_WGET="no"
|
|
- ;;
|
|
-esac
|
|
-fi
|
|
-WGET=$ac_cv_path_WGET
|
|
-if test -n "$WGET"; then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5
|
|
-$as_echo "$WGET" >&6; }
|
|
-else
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
-$as_echo "no" >&6; }
|
|
-fi
|
|
-
|
|
-
|
|
-if test x"$WGET" != x"no"; then :
|
|
-
|
|
- FETCHER="$WGET -c -O"
|
|
-
|
|
-else
|
|
-
|
|
- # Extract the first word of "ftp", so it can be a program name with args.
|
|
-set dummy ftp; ac_word=$2
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
-$as_echo_n "checking for $ac_word... " >&6; }
|
|
-if ${ac_cv_path_FTP+:} false; then :
|
|
- $as_echo_n "(cached) " >&6
|
|
-else
|
|
- case $FTP in
|
|
- [\\/]* | ?:[\\/]*)
|
|
- ac_cv_path_FTP="$FTP" # Let the user override the test with a path.
|
|
- ;;
|
|
- *)
|
|
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
-for as_dir in $PATH
|
|
-do
|
|
- IFS=$as_save_IFS
|
|
- test -z "$as_dir" && as_dir=.
|
|
- for ac_exec_ext in '' $ac_executable_extensions; do
|
|
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
- ac_cv_path_FTP="$as_dir/$ac_word$ac_exec_ext"
|
|
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
- break 2
|
|
- fi
|
|
-done
|
|
- done
|
|
-IFS=$as_save_IFS
|
|
-
|
|
- test -z "$ac_cv_path_FTP" && ac_cv_path_FTP="no"
|
|
- ;;
|
|
-esac
|
|
-fi
|
|
-FTP=$ac_cv_path_FTP
|
|
-if test -n "$FTP"; then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FTP" >&5
|
|
-$as_echo "$FTP" >&6; }
|
|
-else
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
-$as_echo "no" >&6; }
|
|
-fi
|
|
-
|
|
-
|
|
- if test x"$FTP" != x"no"; then :
|
|
-
|
|
- FETCHER="$FTP -o"
|
|
-
|
|
-else
|
|
-
|
|
- as_fn_error $? "cannot find wget or ftp" "$LINENO" 5
|
|
-
|
|
-fi
|
|
-
|
|
-fi
|
|
+#set dummy wget; ac_word=$2
|
|
+#{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
+#$as_echo_n "checking for $ac_word... " >&6; }
|
|
+#if ${ac_cv_path_WGET+:} false; then :
|
|
+# $as_echo_n "(cached) " >&6
|
|
+#else
|
|
+# case $WGET in
|
|
+# [\\/]* | ?:[\\/]*)
|
|
+# ac_cv_path_WGET="$WGET" # Let the user override the test with a path.
|
|
+# ;;
|
|
+# *)
|
|
+# as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
+#for as_dir in $PATH
|
|
+#do
|
|
+# IFS=$as_save_IFS
|
|
+# test -z "$as_dir" && as_dir=.
|
|
+# for ac_exec_ext in '' $ac_executable_extensions; do
|
|
+# if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
+# ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext"
|
|
+# $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
+# break 2
|
|
+# fi
|
|
+#done
|
|
+# done
|
|
+#IFS=$as_save_IFS
|
|
+#
|
|
+# test -z "$ac_cv_path_WGET" && ac_cv_path_WGET="no"
|
|
+# ;;
|
|
+#esac
|
|
+#fi
|
|
+#WGET=$ac_cv_path_WGET
|
|
+#if test -n "$WGET"; then
|
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5
|
|
+#$as_echo "$WGET" >&6; }
|
|
+#else
|
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
+#$as_echo "no" >&6; }
|
|
+#fi
|
|
+#
|
|
+#
|
|
+#if test x"$WGET" != x"no"; then :
|
|
+#
|
|
+# FETCHER="$WGET -c -O"
|
|
+#
|
|
+#else
|
|
+#
|
|
+# # Extract the first word of "ftp", so it can be a program name with args.
|
|
+#set dummy ftp; ac_word=$2
|
|
+#{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
+#$as_echo_n "checking for $ac_word... " >&6; }
|
|
+#if ${ac_cv_path_FTP+:} false; then :
|
|
+# $as_echo_n "(cached) " >&6
|
|
+#else
|
|
+# case $FTP in
|
|
+# [\\/]* | ?:[\\/]*)
|
|
+# ac_cv_path_FTP="$FTP" # Let the user override the test with a path.
|
|
+# ;;
|
|
+# *)
|
|
+# as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
+#for as_dir in $PATH
|
|
+#do
|
|
+# IFS=$as_save_IFS
|
|
+# test -z "$as_dir" && as_dir=.
|
|
+# for ac_exec_ext in '' $ac_executable_extensions; do
|
|
+# if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
+# ac_cv_path_FTP="$as_dir/$ac_word$ac_exec_ext"
|
|
+# $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
+# break 2
|
|
+# fi
|
|
+#done
|
|
+# done
|
|
+#IFS=$as_save_IFS
|
|
+#
|
|
+# test -z "$ac_cv_path_FTP" && ac_cv_path_FTP="no"
|
|
+# ;;
|
|
+#esac
|
|
+#fi
|
|
+#FTP=$ac_cv_path_FTP
|
|
+#if test -n "$FTP"; then
|
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FTP" >&5
|
|
+#$as_echo "$FTP" >&6; }
|
|
+#else
|
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
+#$as_echo "no" >&6; }
|
|
+#fi
|
|
+#
|
|
+#
|
|
+# if test x"$FTP" != x"no"; then :
|
|
+#
|
|
+# FETCHER="$FTP -o"
|
|
+#
|
|
+#else
|
|
+#
|
|
+# as_fn_error $? "cannot find wget or ftp" "$LINENO" 5
|
|
+#
|
|
+#fi
|
|
+#
|
|
+#fi
|
|
|
|
|
|
|