Setup QEMU and KVM in Void Linux

Post Details

Here are the steps on how to set this up:

  1. First, become superuser
bash
su
  1. Update
bash
xbps-install -Suy
  1. Now install all the required packages
bash
xbps-install dbus qemu libvirtd virt-manager bridge-utils iptables2
  1. Now link and enable the services
bash
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/
  1. Done, Reboot

See Also

home(7), posts(1), about(7), projects(1), colophon(7)