mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +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
|
# is used to create <source type='bridge'> interfaces when libvirtd is
|
||||||
# running unprivileged. libvirt invokes the helper directly, instead
|
# running unprivileged. libvirt invokes the helper directly, instead
|
||||||
# of using "-netdev bridge", for security reasons.
|
# 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
|
# 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
|
# Path to the SCSI persistent reservations helper. This helper is
|
||||||
# used whenever <reservations/> are enabled for SCSI LUN devices.
|
# 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.
|
# Path to the SLIRP networking helper.
|
||||||
#slirp_helper = "/usr/bin/slirp-helper"
|
#slirp_helper = "/usr/bin/slirp-helper"
|
||||||
|
@ -75,7 +75,7 @@ module Test_libvirtd_qemu =
|
|||||||
{ "auto_dump_bypass_cache" = "0" }
|
{ "auto_dump_bypass_cache" = "0" }
|
||||||
{ "auto_start_bypass_cache" = "0" }
|
{ "auto_start_bypass_cache" = "0" }
|
||||||
{ "hugetlbfs_mount" = "/dev/hugepages" }
|
{ "hugetlbfs_mount" = "/dev/hugepages" }
|
||||||
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
|
{ "bridge_helper" = "qemu-bridge-helper" }
|
||||||
{ "set_process_name" = "1" }
|
{ "set_process_name" = "1" }
|
||||||
{ "max_processes" = "0" }
|
{ "max_processes" = "0" }
|
||||||
{ "max_files" = "0" }
|
{ "max_files" = "0" }
|
||||||
@ -107,7 +107,7 @@ module Test_libvirtd_qemu =
|
|||||||
{ "1" = "mount" }
|
{ "1" = "mount" }
|
||||||
}
|
}
|
||||||
{ "memory_backing_dir" = "/var/lib/libvirt/qemu/ram" }
|
{ "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" }
|
{ "slirp_helper" = "/usr/bin/slirp-helper" }
|
||||||
{ "dbus_daemon" = "/usr/bin/dbus-daemon" }
|
{ "dbus_daemon" = "/usr/bin/dbus-daemon" }
|
||||||
{ "swtpm_user" = "tss" }
|
{ "swtpm_user" = "tss" }
|
||||||
|
Loading…
Reference in New Issue
Block a user