Virtualization
Table of Contents
1. Requirements
1.1. Virtualization on Debian
1.2. Virtualization on Fedora
On Fedora install the @virtualization package group and enable libvirtd service.
sudo dnf install @virtualization sudo systemctl enable libvirtd.service
2. Configure virt-manager
virt-manager can be configured using gsettings
gsettings list-recursively org.virt-manager.virt-manager
3. Networking
Setting up a subnet for VMs to communicate with each other on KVM/Qemu
4. Copy/paste between host and guest
- Install the
spice-vdagentpackage on the guest - Make sure the guest display is set to
Spiceand the video model is set toQXL - Restart the guest and verify that
spice-vdagentdis running:ps -aux | grep spice-vdagentd