Setup QEMU and KVM in Void Linux

Post Details

Here are the steps on how to set this up:

  1. First, become superuser
1su
  1. Update
1xbps-install -Suy
  1. Now install all the required packages
1xbps-install dbus qemu libvirtd virt-manager bridge-utils iptables2
  1. Now link and enable the services
1ln -sf /etc/sv/dbus/ /var/service/
2ln -sf /etc/sv/libvirtd/ /var/service/
3ln -sf /etc/sv/virtlockd/ /var/service/
4ln -sf /etc/sv/virtlogd/ /var/service/
  1. Done, Reboot