- bnc#636231 - XEN: Unable to disconnect/remove CDROM drive from VM
xend-devid-or-name.patch - Upstream patches from Jan 22019-x86-cpuidle-online-check.patch 22051-x86-forced-EOI.patch 22067-x86-irq-domain.patch 22068-vtd-irte-RH-bit.patch 22071-ept-get-entry-lock.patch 22084-x86-xsave-off.patch - bnc#638465 - hypervisor panic in memory handling heaplock.patch - Update to Xen 4.0.1. This is a bug fix release. OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=73
This commit is contained in:
committed by
Git OBS Bridge
parent
54d3fda8bf
commit
eeeeaf88a6
@@ -1,17 +1,8 @@
|
||||
Index: xen-4.0.0-testing/Config.mk
|
||||
Index: xen-4.0.1-testing/Config.mk
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/Config.mk
|
||||
+++ xen-4.0.0-testing/Config.mk
|
||||
@@ -151,7 +151,7 @@ QEMU_REMOTE=http://xenbits.xensource.com
|
||||
# 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 ?= ../qemu-xen.git
|
||||
-CONFIG_QEMU ?= $(QEMU_REMOTE)
|
||||
+CONFIG_QEMU ?= ioemu-remote
|
||||
|
||||
QEMU_TAG := xen-4.0.0
|
||||
#QEMU_TAG ?= f1d909f0f854194f5a40d850886d1413fb8b63c2
|
||||
@@ -167,9 +167,9 @@ CONFIG_OCAML_XENSTORED ?= n
|
||||
--- xen-4.0.1-testing.orig/Config.mk
|
||||
+++ xen-4.0.1-testing/Config.mk
|
||||
@@ -182,9 +182,9 @@ CONFIG_OCAML_XENSTORED ?= n
|
||||
# Optional components
|
||||
XENSTAT_XENTOP ?= y
|
||||
VTPM_TOOLS ?= n
|
||||
@@ -23,10 +14,10 @@ Index: xen-4.0.0-testing/Config.mk
|
||||
|
||||
--include $(XEN_ROOT)/.config
|
||||
+#-include $(XEN_ROOT)/.config
|
||||
Index: xen-4.0.0-testing/tools/libxc/Makefile
|
||||
Index: xen-4.0.1-testing/tools/libxc/Makefile
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/libxc/Makefile
|
||||
+++ xen-4.0.0-testing/tools/libxc/Makefile
|
||||
--- xen-4.0.1-testing.orig/tools/libxc/Makefile
|
||||
+++ xen-4.0.1-testing/tools/libxc/Makefile
|
||||
@@ -169,10 +169,10 @@ zlib-options = $(shell \
|
||||
fi) | grep $(1))
|
||||
endif
|
||||
|
Reference in New Issue
Block a user