mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
qemu: Update documentation for qemu.conf keys
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: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
b134a9bd2a
commit
db91bf2ba3
@ -650,7 +650,9 @@
|
||||
# is used to create <source type='bridge'> interfaces when libvirtd is
|
||||
# running unprivileged. libvirt invokes the helper directly, instead
|
||||
# of using "-netdev bridge", for security reasons.
|
||||
#bridge_helper = "/usr/libexec/qemu-bridge-helper"
|
||||
# If this is not an absolute path, the program will be searched for
|
||||
# in $PATH as well as a few additional directories.
|
||||
#bridge_helper = "qemu-bridge-helper"
|
||||
|
||||
|
||||
# If enabled, libvirt will have QEMU set its process name to
|
||||
@ -899,7 +901,9 @@
|
||||
|
||||
# Path to the SCSI persistent reservations helper. This helper is
|
||||
# used whenever <reservations/> are enabled for SCSI LUN devices.
|
||||
#pr_helper = "/usr/bin/qemu-pr-helper"
|
||||
# If this is not an absolute path, the program will be searched for
|
||||
# in $PATH as well as a few additional directories.
|
||||
#pr_helper = "qemu-pr-helper"
|
||||
|
||||
# Path to the SLIRP networking helper.
|
||||
#slirp_helper = "/usr/bin/slirp-helper"
|
||||
|
@ -75,7 +75,7 @@ module Test_libvirtd_qemu =
|
||||
{ "auto_dump_bypass_cache" = "0" }
|
||||
{ "auto_start_bypass_cache" = "0" }
|
||||
{ "hugetlbfs_mount" = "/dev/hugepages" }
|
||||
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
|
||||
{ "bridge_helper" = "qemu-bridge-helper" }
|
||||
{ "set_process_name" = "1" }
|
||||
{ "max_processes" = "0" }
|
||||
{ "max_files" = "0" }
|
||||
@ -107,7 +107,7 @@ module Test_libvirtd_qemu =
|
||||
{ "1" = "mount" }
|
||||
}
|
||||
{ "memory_backing_dir" = "/var/lib/libvirt/qemu/ram" }
|
||||
{ "pr_helper" = "/usr/bin/qemu-pr-helper" }
|
||||
{ "pr_helper" = "qemu-pr-helper" }
|
||||
{ "slirp_helper" = "/usr/bin/slirp-helper" }
|
||||
{ "dbus_daemon" = "/usr/bin/dbus-daemon" }
|
||||
{ "swtpm_user" = "tss" }
|
||||
|
Loading…
Reference in New Issue
Block a user