xen/xend-sysconfig.patch
Charles Arnold 0c76f22ef1 - Update to Xen 4.0.2 rc2-pre, changeset 21443
- bnc#633573 - System fail to boot after running several warm
  reboot tests
  22749-vtd-workarounds.patch
- Upstream patches from Jan
  22744-ept-pod-locking.patch
  22777-vtd-ats-fixes.patch
  22781-pod-hap-logdirty.patch
  22782-x86-emul-smsw.patch
  22789-i386-no-x2apic.patch
  22790-svm-resume-migrate-pirqs.patch
  22816-x86-pirq-drop-priv-check.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=94
2011-02-04 21:19:54 +00:00

37 lines
997 B
Diff

Index: xen-4.0.2-testing/tools/hotplug/Linux/init.d/sysconfig.xend
===================================================================
--- xen-4.0.2-testing.orig/tools/hotplug/Linux/init.d/sysconfig.xend
+++ xen-4.0.2-testing/tools/hotplug/Linux/init.d/sysconfig.xend
@@ -1,11 +1,27 @@
+## Path: System/Virtualization
+## Type: string(none,guest,hv,all)
+## Default: ""
+#
# Log xenconsoled messages (cf xm dmesg)
-#XENCONSOLED_TRACE=[none|guest|hv|all]
+XENCONSOLED_TRACE=""
+## Path: System/Virtualization
+## Type: string(yes,on,1)
+## Default: ""
+#
# Log xenstored messages
-#XENSTORED_TRACE=[yes|on|1]
+XENSTORED_TRACE=""
+## Path: System/Virtualization
+## Type: string("/var/lib/xenstored")
+## Default: ""
+#
# Running xenstored on XENSTORED_ROOTDIR
-#XENSTORED_ROOTDIR=/var/lib/xenstored
+XENSTORED_ROOTDIR=""
+## Path: System/Virtualization
+## Type: string(yes,on,1)
+## Default: ""
+#
# Running xenbackendd in debug mode
-#XENBACKENDD_DEBUG=[yes|on|1]
+XENBACKENDD_DEBUG=""