6d3a1703e9
- various improvements to libxl driver - systemd integration improvements - Add flag to BaselineCPU API to return detailed CPU features - Introduce a virt-login-shell binary - conf: add startupPolicy attribute for harddisk - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches: bcef0f01-libxl-console.patch, 9d0557b9-legacy-xen-double-free.patch, d7a45bf2-legacy-xen-dumpxml.patch, 0e671a16-CVE-2013-4239.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=296
47 lines
1.3 KiB
Diff
47 lines
1.3 KiB
Diff
Adjust libvirtd sysconfig file to conform to SUSE standards
|
|
|
|
Index: libvirt-1.1.2/daemon/libvirtd.sysconf
|
|
===================================================================
|
|
--- libvirt-1.1.2.orig/daemon/libvirtd.sysconf
|
|
+++ libvirt-1.1.2/daemon/libvirtd.sysconf
|
|
@@ -1,16 +1,25 @@
|
|
+## Path: System/Virtualization/libvirt
|
|
+
|
|
+## Type: string
|
|
+## Default: /etc/libvirt/libvirtd.conf
|
|
# Override the default config file
|
|
# NOTE: This setting is no longer honoured if using
|
|
# systemd. Set '--config /etc/libvirt/libvirtd.conf'
|
|
# in LIBVIRTD_ARGS instead.
|
|
-#LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf
|
|
+LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf
|
|
|
|
-# Listen for TCP/IP connections
|
|
-# NB. must setup TLS/SSL keys prior to using this
|
|
-#LIBVIRTD_ARGS="--listen"
|
|
+## Type: string
|
|
+## Default: --listen
|
|
+# Arguments to pass to libvirtd
|
|
+LIBVIRTD_ARGS="--listen"
|
|
|
|
+## Type: string
|
|
+## Default: none
|
|
# Override Kerberos service keytab for SASL/GSSAPI
|
|
#KRB5_KTNAME=/etc/libvirt/krb5.tab
|
|
|
|
+## Type: string
|
|
+## Default: none
|
|
# Override the QEMU/SDL default audio driver probing when
|
|
# starting virtual machines using SDL graphics
|
|
#
|
|
@@ -20,5 +29,7 @@
|
|
#
|
|
#SDL_AUDIODRIVER=pulse
|
|
|
|
-# Override the maximum number of opened files
|
|
-#LIBVIRTD_NOFILES_LIMIT=2048
|
|
+## Type: integer
|
|
+## Default: 2048
|
|
+## Override the maximum number of opened files
|
|
+LIBVIRTD_NOFILES_LIMIT=2048
|