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

@@ -1,7 +1,7 @@
Index: xen-4.1.1-testing/Config.mk
Index: xen-4.1.2-testing/Config.mk
===================================================================
--- xen-4.1.1-testing.orig/Config.mk
+++ xen-4.1.1-testing/Config.mk
--- xen-4.1.2-testing.orig/Config.mk
+++ xen-4.1.2-testing/Config.mk
@@ -194,7 +194,7 @@ endif
# Specify which qemu-dm to use. This may be `ioemu' to use the old
# Mercurial in-tree version, or a local directory, or a git URL.
@@ -9,9 +9,9 @@ Index: xen-4.1.1-testing/Config.mk
-CONFIG_QEMU ?= $(QEMU_REMOTE)
+CONFIG_QEMU ?= ioemu-qemu-xen
QEMU_TAG := xen-4.1.1
QEMU_TAG := xen-4.1.2-rc1
#QEMU_TAG ?= e073e69457b4d99b6da0b6536296e3498f7f6599
@@ -204,7 +204,7 @@ QEMU_TAG := xen-4.1.1
@@ -204,7 +204,7 @@ QEMU_TAG := xen-4.1.2-rc1
# Optional components
XENSTAT_XENTOP ?= y
VTPM_TOOLS ?= n
@@ -20,10 +20,10 @@ Index: xen-4.1.1-testing/Config.mk
PYTHON_TOOLS ?= y
OCAML_TOOLS ?= y
CONFIG_MINITERM ?= n
Index: xen-4.1.1-testing/tools/Makefile
Index: xen-4.1.2-testing/tools/Makefile
===================================================================
--- xen-4.1.1-testing.orig/tools/Makefile
+++ xen-4.1.1-testing/tools/Makefile
--- xen-4.1.2-testing.orig/tools/Makefile
+++ xen-4.1.2-testing/tools/Makefile
@@ -79,14 +79,16 @@ IOEMU_CONFIGURE_CROSS ?= --cpu=$(XEN_TAR
--interp-prefix=$(CROSS_SYS_ROOT)
endif
@@ -54,10 +54,10 @@ Index: xen-4.1.1-testing/tools/Makefile
.PHONY: ioemu-dir-force-update
ioemu-dir-force-update:
Index: xen-4.1.1-testing/tools/libxc/Makefile
Index: xen-4.1.2-testing/tools/libxc/Makefile
===================================================================
--- xen-4.1.1-testing.orig/tools/libxc/Makefile
+++ xen-4.1.1-testing/tools/libxc/Makefile
--- xen-4.1.2-testing.orig/tools/libxc/Makefile
+++ xen-4.1.2-testing/tools/libxc/Makefile
@@ -195,7 +195,7 @@ xc_dom_bzimageloader.opic: CFLAGS += $(c
libxenguest.so.$(MAJOR).$(MINOR): COMPRESSION_LIBS = $(call zlib-options,l)
@@ -67,10 +67,10 @@ Index: xen-4.1.1-testing/tools/libxc/Makefile
xenctrl_osdep_ENOSYS.so: $(OSDEP_PIC_OBJS) libxenctrl.so
$(CC) -g $(CFLAGS) $(LDFLAGS) $(SHLIB_LDFLAGS) -o $@ $(OSDEP_PIC_OBJS) -lxenctrl
Index: xen-4.1.1-testing/tools/firmware/etherboot/Makefile
Index: xen-4.1.2-testing/tools/firmware/etherboot/Makefile
===================================================================
--- xen-4.1.1-testing.orig/tools/firmware/etherboot/Makefile
+++ xen-4.1.1-testing/tools/firmware/etherboot/Makefile
--- xen-4.1.2-testing.orig/tools/firmware/etherboot/Makefile
+++ xen-4.1.2-testing/tools/firmware/etherboot/Makefile
@@ -35,11 +35,13 @@ eb-roms.h: Config
mv -f $@.new $@