]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Update documentation for dbus_daemon qemu.conf key
authorAndrea Bolognani <abologna@redhat.com>
Wed, 10 May 2023 17:59:45 +0000 (19:59 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 11 May 2023 13:04:56 +0000 (15:04 +0200)
Reflect the new default value, and explain that a runtime
lookup will be performed if the value is not an absolute path.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu.conf.in
src/qemu/test_libvirtd_qemu.aug.in

index e1a9a5e56d56091c12a5c3a51e989bec68674eb6..6897e0f7602243322239b763c8027d38c55ab6ec 100644 (file)
 #slirp_helper = "/usr/bin/slirp-helper"
 
 # Path to the dbus-daemon
-#dbus_daemon = "/usr/bin/dbus-daemon"
+# If this is not an absolute path, the program will be searched for
+# in $PATH.
+#dbus_daemon = "dbus-daemon"
 
 # User for the swtpm TPM Emulator
 #
index af993318868090ef59a053fd1756d6c79db9f727..c730df40b0b5cdb1f9f94f6ef0c54df9f3bfb433 100644 (file)
@@ -109,7 +109,7 @@ module Test_libvirtd_qemu =
 { "memory_backing_dir" = "/var/lib/libvirt/qemu/ram" }
 { "pr_helper" = "qemu-pr-helper" }
 { "slirp_helper" = "/usr/bin/slirp-helper" }
-{ "dbus_daemon" = "/usr/bin/dbus-daemon" }
+{ "dbus_daemon" = "dbus-daemon" }
 { "swtpm_user" = "tss" }
 { "swtpm_group" = "tss" }
 { "capability_filters"