mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
4400f63636
commit
517d76466b
@ -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
|
||||
#
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user