I'm currently learning a bit about virtualization and it's uses. At the moment I try to run qemu by hand and do everything manually. The document that I'm using the most is the invocation document for qemu[1]. Though it seems to be missing documentation for some options. [1] https://www.qemu.org/docs/master/system/invocation.html I guess some of the next steps would be to take a look at libvirt[2] and maybe use that to run VMs. I guess I could also use virtualization with pass-through of my GPU to remove the need to dual boot windows on my gaming rig but I have no idea on how to go on about that currently. [2] https://libvirt.org/ https://docs.voidlinux.org/config/containers-and-vms/libvirt.html https://wiki.libvirt.org/VM_lifecycle.html