You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
root 3af4ad51dc
Sync with portage [Mon Apr 4 22:05:23 MSK 2022].
3 years ago
..
README.gentoo-r3 Sync with portage [Wed Mar 9 09:28:39 MSK 2022]. 3 years ago
libvirt-6.0.0-fix_paths_in_libvirt-guests_sh.patch
libvirt-6.7.0-do-not-use-sysconfig.patch Sync with portage [Sat Oct 3 08:34:20 MSK 2020]. 4 years ago
libvirt-6.7.0-fix-paths-for-apparmor.patch Sync with portage [Wed Oct 7 00:55:46 MSK 2020]. 4 years ago
libvirt-7.9.0-fix_cgroupv2.patch Sync with portage [Thu Dec 9 17:27:48 MSK 2021]. 3 years ago
libvirt-7.10.0-fix_soname.patch Sync with portage [Tue Jan 4 21:10:34 MSK 2022]. 3 years ago
libvirt-8.1.0-docs-Fix-template-matching-in-page.xsl.patch Sync with portage [Tue Feb 22 09:31:17 MSK 2022]. 3 years ago
libvirt-8.1.0-libxl-Fix-libvirtd-crash-on-domain-restore.patch Sync with portage [Wed Mar 9 09:28:39 MSK 2022]. 3 years ago
libvirt-8.2.0-do-not-use-sysconfig.patch Sync with portage [Thu Mar 3 10:17:30 MSK 2022]. 3 years ago
libvirt-8.2.0-fix-paths-for-apparmor.patch Sync with portage [Thu Mar 17 08:32:25 MSK 2022]. 3 years ago
libvirt-8.2.0-qemu-segmentation-fault-in-virtqemud-executing-qemuD.patch Sync with portage [Thu Mar 3 10:17:30 MSK 2022]. 3 years ago
libvirt-guests.confd
libvirt-guests.init-r4
libvirtd.confd-r5
libvirtd.init-r19 Sync with portage [Mon Apr 4 08:58:53 MSK 2022]. 3 years ago
libvirtd.tmpfiles.conf
virtlockd.init-r2
virtlogd.init-r2

README.gentoo-r3

Important: The openrc libvirtd init script is now broken up into two

separate services: libvirtd, that solely handles the daemon, and
libvirt-guests, that takes care of clients during shutdown/restart of the
host. In order to reenable client handling, edit /etc/conf.d/libvirt-guests
and enable the service and start it:

$ rc-update add libvirt-guests
$ rc-service libvirt-guests start


For the basic networking support (bridged and routed networks) you don't
need any extra software. For more complex network modes including but not
limited to NATed network, you can enable the 'virt-network' USE flag. It
will pull in required runtime dependencies


If you are using dnsmasq on your system, you will have to configure
/etc/dnsmasq.conf to enable the following settings:

bind-interfaces
interface or except-interface

Otherwise you might have issues with your existing DNS server.


For openrc users:

Please use /etc/conf.d/libvirtd to control the '--listen' parameter for
libvirtd.

Use /etc/init.d/libvirt-guests to manage clients on restart/shutdown of
the host. The default configuration will suspend and resume running kvm
guests with 'managedsave'. This behavior can be changed under
/etc/conf.d/libvirt-guests


For systemd users:

The '--listen' parameter is unavailable when libvirtd is run as a
systemd unit.

The configuration for the 'libvirt-guests.service' is found under
/etc/libvirt/libvirt-guests.conf"


If you have built libvirt with policykit support, a new group "libvirt" has
been created. Simply add a user to the libvirt group in order to grant
administrative access to libvirtd. Alternatively, drop a custom policykit
rule into /etc/polkit-1/rules.d.

If you have built libvirt without policykit support (USE=-policykit), you
must change the unix sock group and/or perms in /etc/libvirt/libvirtd.conf
in order to allow normal users to connect to libvirtd.


If libvirt is built with USE=caps, libvirt will now start qemu/kvm VMs
with non-root privileges. Ensure any resources your VMs use are accessible
by qemu:qemu.