- bnc#735806 - VF doesn't work after hot-plug for many times
24448-x86-pt-irq-leak.patch - Upstream patches from Jan 24261-x86-cpuidle-Westmere-EX.patch 24417-amd-erratum-573.patch 24429-mceinj-tool.patch 24447-x86-TXT-INIT-SIPI-delay.patch ioemu-9868-MSI-X.patch - bnc#732884 - remove private runlevel 4 from init scripts xen.no-default-runlevel-4.patch - bnc#727515 - Fragmented packets hang network boot of HVM guest ipxe-gcc45-warnings.patch ipxe-ipv4-fragment.patch ipxe-enable-nics.patch - fate#310510 - fix xenpaging update xenpaging.autostart.patch, make changes with mem-swap-target permanent update xenpaging.doc.patch, mention issues with live migration - fate#310510 - fix xenpaging add xenpaging.evict_mmap_readonly.patch update xenpaging.error-handling.patch, reduce debug output - bnc#736824 - Microcode patches for AMD's 15h processors panic the system 24189-x86-p2m-pod-locking.patch 24412-x86-AMD-errata-model-shift.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=164
This commit is contained in:
committed by
Git OBS Bridge
parent
3e2a25f4c0
commit
c9e3853c04
@@ -1,8 +1,6 @@
|
||||
Index: xen-4.1.2-testing/Config.mk
|
||||
===================================================================
|
||||
--- xen-4.1.2-testing.orig/Config.mk
|
||||
+++ xen-4.1.2-testing/Config.mk
|
||||
@@ -177,7 +177,7 @@ endif
|
||||
--- a/Config.mk
|
||||
+++ b/Config.mk
|
||||
@@ -178,7 +178,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
|
||||
@@ -11,7 +9,7 @@ Index: xen-4.1.2-testing/Config.mk
|
||||
|
||||
QEMU_TAG := xen-4.1.2
|
||||
#QEMU_TAG ?= e073e69457b4d99b6da0b6536296e3498f7f6599
|
||||
@@ -187,7 +187,7 @@ QEMU_TAG := xen-4.1.2
|
||||
@@ -188,7 +188,7 @@ QEMU_TAG := xen-4.1.2
|
||||
# Optional components
|
||||
XENSTAT_XENTOP ?= y
|
||||
VTPM_TOOLS ?= n
|
||||
@@ -20,10 +18,8 @@ Index: xen-4.1.2-testing/Config.mk
|
||||
PYTHON_TOOLS ?= y
|
||||
OCAML_TOOLS ?= y
|
||||
CONFIG_MINITERM ?= n
|
||||
Index: xen-4.1.2-testing/tools/Makefile
|
||||
===================================================================
|
||||
--- xen-4.1.2-testing.orig/tools/Makefile
|
||||
+++ xen-4.1.2-testing/tools/Makefile
|
||||
--- a/tools/Makefile
|
||||
+++ b/tools/Makefile
|
||||
@@ -79,14 +79,16 @@ IOEMU_CONFIGURE_CROSS ?= --cpu=$(XEN_TAR
|
||||
--interp-prefix=$(CROSS_SYS_ROOT)
|
||||
endif
|
||||
@@ -54,10 +50,8 @@ Index: xen-4.1.2-testing/tools/Makefile
|
||||
|
||||
.PHONY: ioemu-dir-force-update
|
||||
ioemu-dir-force-update:
|
||||
Index: xen-4.1.2-testing/tools/libxc/Makefile
|
||||
===================================================================
|
||||
--- xen-4.1.2-testing.orig/tools/libxc/Makefile
|
||||
+++ xen-4.1.2-testing/tools/libxc/Makefile
|
||||
--- a/tools/libxc/Makefile
|
||||
+++ b/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 +61,8 @@ Index: xen-4.1.2-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.2-testing/tools/firmware/etherboot/Makefile
|
||||
===================================================================
|
||||
--- xen-4.1.2-testing.orig/tools/firmware/etherboot/Makefile
|
||||
+++ xen-4.1.2-testing/tools/firmware/etherboot/Makefile
|
||||
--- a/tools/firmware/etherboot/Makefile
|
||||
+++ b/tools/firmware/etherboot/Makefile
|
||||
@@ -35,11 +35,13 @@ eb-roms.h: Config
|
||||
mv -f $@.new $@
|
||||
|
||||
|
Reference in New Issue
Block a user