SHA256
1
0
forked from pool/xen

- bnc#717650 - Unable to start VM

- Update to Xen 4.1.2_rc2 c/s 23152

- bnc#716695 - domUs using tap devices will not start
  updated multi-xvdp.patch

- Upstream patches from Jan
  23803-intel-pmu-models.patch
  23800-x86_64-guest-addr-range.patch
  23795-intel-ich10-quirk.patch
  23804-x86-IPI-counts.patch 

- bnc#706106 - Inconsistent reporting of VM names during migration
  xend-migration-domname-fix.patch

- bnc#712823 - L3:Xen guest does not start reliable when rebooted
  xend-vcpu-affinity-fix.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=143
This commit is contained in:
Charles Arnold
2011-09-15 21:43:21 +00:00
committed by Git OBS Bridge
parent 679b440be4
commit 800917b5a2
212 changed files with 2437 additions and 3145 deletions

View File

@@ -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.1-testing/buildconfigs/linux-defconfig_xenUboot_x86_32
Index: xen-4.1.2-testing/buildconfigs/linux-defconfig_xenUboot_x86_32
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/buildconfigs/linux-defconfig_xenUboot_x86_32
+++ xen-4.1.2-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.1-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.1-testing/buildconfigs/linux-defconfig_xenUboot_x86_64
Index: xen-4.1.2-testing/buildconfigs/linux-defconfig_xenUboot_x86_64
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/buildconfigs/linux-defconfig_xenUboot_x86_64
+++ xen-4.1.2-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.1-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.1-testing/buildconfigs/mk.linux-2.6-xenUboot
Index: xen-4.1.2-testing/buildconfigs/mk.linux-2.6-xenUboot
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/buildconfigs/mk.linux-2.6-xenUboot
+++ xen-4.1.2-testing/buildconfigs/mk.linux-2.6-xenUboot
@@ -0,0 +1,2 @@
+EXTRAVERSION = xenUboot
+include buildconfigs/mk.linux-2.6-xen
Index: xen-4.1.1-testing/tools/kboot/Makefile
Index: xen-4.1.2-testing/tools/kboot/Makefile
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/tools/kboot/Makefile
+++ xen-4.1.2-testing/tools/kboot/Makefile
@@ -0,0 +1,23 @@
+#
+# tools/kboot/Makefile
@@ -1585,10 +1585,10 @@ Index: xen-4.1.1-testing/tools/kboot/Makefile
+kboot.initramfs: mkinitramfs init select-kernel ../xcutils/xc_kexec
+ sh ./mkinitramfs | tee $@
+
Index: xen-4.1.1-testing/tools/kboot/README
Index: xen-4.1.2-testing/tools/kboot/README
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/tools/kboot/README
+++ xen-4.1.2-testing/tools/kboot/README
@@ -0,0 +1,43 @@
+
+This is a simple kexec-based boot loader
@@ -1633,10 +1633,10 @@ Index: xen-4.1.1-testing/tools/kboot/README
+
+--
+Gerd Hoffmann <kraxel@suse.de>
Index: xen-4.1.1-testing/tools/kboot/init
Index: xen-4.1.2-testing/tools/kboot/init
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/tools/kboot/init
+++ xen-4.1.2-testing/tools/kboot/init
@@ -0,0 +1,309 @@
+#!/bin/sh
+
@@ -1947,10 +1947,10 @@ Index: xen-4.1.1-testing/tools/kboot/init
+msg "bye ..."
+banner "boot $guestos"
+xc_kexec -e
Index: xen-4.1.1-testing/tools/kboot/mkinitramfs
Index: xen-4.1.2-testing/tools/kboot/mkinitramfs
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/tools/kboot/mkinitramfs
+++ xen-4.1.2-testing/tools/kboot/mkinitramfs
@@ -0,0 +1,111 @@
+#!/bin/sh
+
@@ -2063,10 +2063,10 @@ Index: xen-4.1.1-testing/tools/kboot/mkinitramfs
+ echo "file $LIB/$(basename $lib) $lib 0755 0 0"
+done
+echo
Index: xen-4.1.1-testing/tools/kboot/select-kernel
Index: xen-4.1.2-testing/tools/kboot/select-kernel
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/tools/kboot/select-kernel
+++ xen-4.1.2-testing/tools/kboot/select-kernel
@@ -0,0 +1,59 @@
+#!/bin/sh
+
@@ -2127,10 +2127,10 @@ Index: xen-4.1.1-testing/tools/kboot/select-kernel
+msg "using $kernelname"
+echo "$kernelname"
+
Index: xen-4.1.1-testing/make-kboot
Index: xen-4.1.2-testing/make-kboot
===================================================================
--- /dev/null
+++ xen-4.1.1-testing/make-kboot
+++ xen-4.1.2-testing/make-kboot
@@ -0,0 +1,37 @@
+#!/bin/sh
+