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>
This commit is contained in:
Andrea Bolognani 2023-05-10 19:59:45 +02:00
parent 4400f63636
commit 517d76466b
2 changed files with 4 additions and 2 deletions

View File

@ -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
#

View 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"