summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2023-05-10 19:59:45 +0200
committerAndrea Bolognani <abologna@redhat.com>2023-05-11 15:04:56 +0200
commit517d76466b2b798e492cde18b61e4b6db8bd4ce1 (patch)
tree55f848a7180066d1c006b77f14ea3801691c491c
parent4400f63636fc279350ec9d8461772d0229dffe85 (diff)
downloadlibvirt-517d76466b2b798e492cde18b61e4b6db8bd4ce1.tar.gz
qemu: Update documentation for dbus_daemon qemu.conf key
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>
-rw-r--r--src/qemu/qemu.conf.in4
-rw-r--r--src/qemu/test_libvirtd_qemu.aug.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/qemu/qemu.conf.in b/src/qemu/qemu.conf.in
index e1a9a5e56d..6897e0f760 100644
--- a/src/qemu/qemu.conf.in
+++ b/src/qemu/qemu.conf.in
@@ -909,7 +909,9 @@
#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
#
diff --git a/src/qemu/test_libvirtd_qemu.aug.in b/src/qemu/test_libvirtd_qemu.aug.in
index af99331886..c730df40b0 100644
--- a/src/qemu/test_libvirtd_qemu.aug.in
+++ b/src/qemu/test_libvirtd_qemu.aug.in
@@ -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"