- Upstream patches from Jan

23955-x86-pv-cpuid-xsave.patch
  23957-cpufreq-error-paths.patch 

- Upstream patches from Jan
  23933-pt-bus2bridge-update.patch
  23726-x86-intel-flexmigration-v2.patch
  23925-x86-AMD-ARAT-Fam12.patch
  23246-x86-xsave-enable.patch
  23897-x86-mce-offline-again.patch 

- Update to Xen 4.1.2_rc3 c/s 23171

- bnc#720054 - Changed /etc/udev/rules.d/40-xen.rules to not run
  Xen's vif-bridge script when not running Xen.  This is not a
  solution to the bug but an improvement in the rules regardless.
  Updated udev-rules.patch

- Upstream patches from Jan
  23868-vtd-RMRR-validation.patch
  23871-x86-microcode-amd-silent.patch
  23898-cc-option-grep.patch 

- Add pciback init script and sysconf file, giving users a simple
  mechanism to configure pciback.
  init.pciback sysconfig.pciback

- update scripts to use xl -f, or xm if xend is running:
  xen-updown.sh, init.xendomains, xmclone.sh

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=146
This commit is contained in:
Charles Arnold
2011-10-18 14:16:28 +00:00
committed by Git OBS Bridge
parent 800917b5a2
commit edf6bf0381
36 changed files with 1229 additions and 573 deletions

View File

@@ -2,16 +2,16 @@ Index: xen-4.1.2-testing/Config.mk
===================================================================
--- xen-4.1.2-testing.orig/Config.mk
+++ xen-4.1.2-testing/Config.mk
@@ -194,7 +194,7 @@ endif
@@ -177,7 +177,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.
# CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git
-CONFIG_QEMU ?= $(QEMU_REMOTE)
+CONFIG_QEMU ?= ioemu-qemu-xen
QEMU_TAG := xen-4.1.2-rc1
QEMU_TAG := xen-4.1.2-rc3
#QEMU_TAG ?= e073e69457b4d99b6da0b6536296e3498f7f6599
@@ -204,7 +204,7 @@ QEMU_TAG := xen-4.1.2-rc1
@@ -187,7 +187,7 @@ QEMU_TAG := xen-4.1.2-rc3
# Optional components
XENSTAT_XENTOP ?= y
VTPM_TOOLS ?= n
@@ -45,8 +45,8 @@ Index: xen-4.1.2-testing/tools/Makefile
mkdir -p ioemu-dir; \
else \
if [ ! -d ioemu-remote ]; then \
@@ -108,7 +110,7 @@ ioemu-dir-find:
$(absolutify_xen_root); \
@@ -107,7 +109,7 @@ ioemu-dir-find:
set -e; \
$(buildmakevars2shellvars); \
cd ioemu-dir; \
- $(QEMU_ROOT)/xen-setup $(IOEMU_CONFIGURE_CROSS)