c9e3853c04
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
78 lines
3.2 KiB
Diff
78 lines
3.2 KiB
Diff
Related to bnc#732884
|
|
Runlevel 4 is for local sysadmin.
|
|
He is responsible to create all required symlinks in this private runlevel.
|
|
|
|
---
|
|
tools/hotplug/Linux/init.d/xen-watchdog | 2 +-
|
|
tools/hotplug/Linux/init.d/xencommons | 2 +-
|
|
tools/hotplug/Linux/init.d/xend | 2 +-
|
|
tools/hotplug/Linux/init.d/xendomains | 2 +-
|
|
tools/xenballoon/xenballoond.init | 2 +-
|
|
5 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/xen-watchdog
|
|
===================================================================
|
|
--- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/xen-watchdog
|
|
+++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/xen-watchdog
|
|
@@ -10,7 +10,7 @@
|
|
# Should-Start: xend
|
|
# Required-Stop: $syslog $remote_fs
|
|
# Should-Stop: xend
|
|
-# Default-Start: 2 3 4 5
|
|
+# Default-Start: 2 3 5
|
|
# Default-Stop: 0 1 6
|
|
# Short-Description: Start/stop xen-watchdog
|
|
# Description: Run domain watchdog daemon.
|
|
Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/xencommons
|
|
===================================================================
|
|
--- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/xencommons
|
|
+++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/xencommons
|
|
@@ -12,7 +12,7 @@
|
|
# Should-Start:
|
|
# Required-Stop: $syslog $remote_fs
|
|
# Should-Stop:
|
|
-# Default-Start: 2 3 4 5
|
|
+# Default-Start: 2 3 5
|
|
# Default-Stop: 0 1 6
|
|
# Short-Description: Start/stop xenstored and xenconsoled
|
|
# Description: Starts and stops the daemons neeeded for xl/xend
|
|
Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/xend
|
|
===================================================================
|
|
--- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/xend
|
|
+++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/xend
|
|
@@ -12,7 +12,7 @@
|
|
# Should-Start:
|
|
# Required-Stop: $syslog $remote_fs xenstored xenconsoled
|
|
# Should-Stop:
|
|
-# Default-Start: 2 3 4 5
|
|
+# Default-Start: 2 3 5
|
|
# Default-Stop: 0 1 6
|
|
# Short-Description: Start/stop xend
|
|
# Description: Starts and stops the Xen control daemon.
|
|
Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/xendomains
|
|
===================================================================
|
|
--- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/xendomains
|
|
+++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/xendomains
|
|
@@ -20,7 +20,7 @@
|
|
# Should-Start: xend
|
|
# Required-Stop: $syslog $remote_fs xenstored xenconsoled
|
|
# Should-Stop: xend
|
|
-# Default-Start: 2 3 4 5
|
|
+# Default-Start: 2 3 5
|
|
# Default-Stop: 0 1 6
|
|
# Short-Description: Start/stop secondary xen domains
|
|
# Description: Start / stop domains automatically when domain 0
|
|
Index: xen-4.1.2-testing/tools/xenballoon/xenballoond.init
|
|
===================================================================
|
|
--- xen-4.1.2-testing.orig/tools/xenballoon/xenballoond.init
|
|
+++ xen-4.1.2-testing/tools/xenballoon/xenballoond.init
|
|
@@ -14,7 +14,7 @@
|
|
# Should-Start:
|
|
# Required-Stop: $syslog $remote_fs
|
|
# Should-Stop:
|
|
-# Default-Start: 3 4 5
|
|
+# Default-Start: 3 5
|
|
# Default-Stop: 0 1 2 6
|
|
# Short-Description: Start/stop xenballoond
|
|
# Description: Starts and stops the Xen ballooning daemon.
|