Use Virtual Machine Manager or virt-install to install the guest VM.
Depending on the GPU follow the specific steps for that GPU.
See: TODO.
NOTE: Display issues.
sudo systemctl stop display-manager && systemctl disable display-manager
TODO
Hide the hypervisor from the drivers by using the <hidden state='on'/> directive in the guest's libvirt definition, for example:
<features> <acpi/> <apic/> <kvm> <hidden state='on'/> </kvm> </features>