home
🄯 Copyleft 2022-2023 B4UC.
No rights reserved
Setup QEMU and KVM in Void Linux
Here are the steps on how to set this up
First, become superuser
su
Update
xbps-install -Suy
Now install all the required packages
xbps-install dbus qemu libvirtd virt-manager bridge-utils iptables2
Now link and enable the services
ln -sf /etc/sv/dbus/ /var/service/
ln -sf /etc/sv/libvirtd/ /var/service/
ln -sf /etc/sv/virtlockd/ /var/service/
ln -sf /etc/sv/virtlogd/ /var/service/