- Upstream patches from Jan
23233-hvm-cr-access.patch 23234-svm-decode-assist-base.patch 23235-svm-decode-assist-crs.patch 23236-svm-decode-assist-invlpg.patch 23238-svm-decode-assist-insn-fetch.patch 23303-cpufreq-misc.patch 23304-amd-oprofile-strings.patch 23305-amd-fam15-xenoprof.patch 23306-amd-fam15-vpmu.patch 23334-amd-fam12+14-vpmu.patch 23338-vtd-force-intremap.patch - fate#310957 - Update to Xen 4.1.1-rc1 c/s 23064 - xentrace: dynamic tracebuffer allocation xen-unstable.xentrace.dynamic_tbuf.patch xen-unstable.xentrace.empty_t_info_pages.patch xen-unstable.xentrace.verbose.patch xen-unstable.xentrace.no_gdprintk.patch xen-unstable.xentrace.comments.patch xen-unstable.xentrace.printk_prefix.patch xen-unstable.xentrace.remove_debug_printk.patch xen-unstable.xentrace.t_info_pages-formula.patch xen-unstable.xentrace.register_cpu_notifier-boot_time.patch xen-unstable.xentrace.t_info_page-overflow.patch xen-unstable.xentrace.t_info_first_offset.patch xen-unstable.xentrace.data_size__read_mostly.patch xen-unstable.xentrace.__insert_record-dst-type.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=124
This commit is contained in:
committed by
Git OBS Bridge
parent
ef397cbc2b
commit
8547e28bd5
@@ -13,10 +13,10 @@ Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
|
||||
tools/kboot/select-kernel | 59 +
|
||||
9 files changed, 2111 insertions(+)
|
||||
|
||||
Index: xen-4.1.0-testing/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
Index: xen-4.1.1-testing/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
+++ xen-4.1.1-testing/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
@@ -0,0 +1,874 @@
|
||||
+#
|
||||
+# Automatically generated make config: don't edit
|
||||
@@ -892,10 +892,10 @@ Index: xen-4.1.0-testing/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
+CONFIG_X86_NO_TSS=y
|
||||
+CONFIG_X86_NO_IDT=y
|
||||
+CONFIG_KTIME_SCALAR=y
|
||||
Index: xen-4.1.0-testing/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
Index: xen-4.1.1-testing/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
+++ xen-4.1.1-testing/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
@@ -0,0 +1,653 @@
|
||||
+#
|
||||
+# Automatically generated make config: don't edit
|
||||
@@ -1550,17 +1550,17 @@ Index: xen-4.1.0-testing/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
+# CONFIG_CRC32 is not set
|
||||
+# CONFIG_LIBCRC32C is not set
|
||||
+CONFIG_ZLIB_INFLATE=y
|
||||
Index: xen-4.1.0-testing/buildconfigs/mk.linux-2.6-xenUboot
|
||||
Index: xen-4.1.1-testing/buildconfigs/mk.linux-2.6-xenUboot
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/buildconfigs/mk.linux-2.6-xenUboot
|
||||
+++ xen-4.1.1-testing/buildconfigs/mk.linux-2.6-xenUboot
|
||||
@@ -0,0 +1,2 @@
|
||||
+EXTRAVERSION = xenUboot
|
||||
+include buildconfigs/mk.linux-2.6-xen
|
||||
Index: xen-4.1.0-testing/tools/kboot/Makefile
|
||||
Index: xen-4.1.1-testing/tools/kboot/Makefile
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/tools/kboot/Makefile
|
||||
+++ xen-4.1.1-testing/tools/kboot/Makefile
|
||||
@@ -0,0 +1,23 @@
|
||||
+#
|
||||
+# tools/kboot/Makefile
|
||||
@@ -1585,10 +1585,10 @@ Index: xen-4.1.0-testing/tools/kboot/Makefile
|
||||
+kboot.initramfs: mkinitramfs init select-kernel ../xcutils/xc_kexec
|
||||
+ sh ./mkinitramfs | tee $@
|
||||
+
|
||||
Index: xen-4.1.0-testing/tools/kboot/README
|
||||
Index: xen-4.1.1-testing/tools/kboot/README
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/tools/kboot/README
|
||||
+++ xen-4.1.1-testing/tools/kboot/README
|
||||
@@ -0,0 +1,43 @@
|
||||
+
|
||||
+This is a simple kexec-based boot loader
|
||||
@@ -1633,10 +1633,10 @@ Index: xen-4.1.0-testing/tools/kboot/README
|
||||
+
|
||||
+--
|
||||
+Gerd Hoffmann <kraxel@suse.de>
|
||||
Index: xen-4.1.0-testing/tools/kboot/init
|
||||
Index: xen-4.1.1-testing/tools/kboot/init
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/tools/kboot/init
|
||||
+++ xen-4.1.1-testing/tools/kboot/init
|
||||
@@ -0,0 +1,309 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
@@ -1947,10 +1947,10 @@ Index: xen-4.1.0-testing/tools/kboot/init
|
||||
+msg "bye ..."
|
||||
+banner "boot $guestos"
|
||||
+xc_kexec -e
|
||||
Index: xen-4.1.0-testing/tools/kboot/mkinitramfs
|
||||
Index: xen-4.1.1-testing/tools/kboot/mkinitramfs
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/tools/kboot/mkinitramfs
|
||||
+++ xen-4.1.1-testing/tools/kboot/mkinitramfs
|
||||
@@ -0,0 +1,111 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
@@ -2063,10 +2063,10 @@ Index: xen-4.1.0-testing/tools/kboot/mkinitramfs
|
||||
+ echo "file $LIB/$(basename $lib) $lib 0755 0 0"
|
||||
+done
|
||||
+echo
|
||||
Index: xen-4.1.0-testing/tools/kboot/select-kernel
|
||||
Index: xen-4.1.1-testing/tools/kboot/select-kernel
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/tools/kboot/select-kernel
|
||||
+++ xen-4.1.1-testing/tools/kboot/select-kernel
|
||||
@@ -0,0 +1,59 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
@@ -2127,10 +2127,10 @@ Index: xen-4.1.0-testing/tools/kboot/select-kernel
|
||||
+msg "using $kernelname"
|
||||
+echo "$kernelname"
|
||||
+
|
||||
Index: xen-4.1.0-testing/make-kboot
|
||||
Index: xen-4.1.1-testing/make-kboot
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ xen-4.1.0-testing/make-kboot
|
||||
+++ xen-4.1.1-testing/make-kboot
|
||||
@@ -0,0 +1,37 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
|
Reference in New Issue
Block a user