I have a Ubuntu 16.04 VPS right now. The hostisng provider uses KVM for virtualization of their VPS'. I am trying to install another KVM virtual machine on my VPS (aka nested KVMs). I've read this short guide for how to enable it:
https://www.linux-kvm.org/page/Nested_Guests
Apparently all I need to do to enable nested KVM instances is apply this flag at bootup of my purchased VPS:
-cpu host
So my question is, how can I set a bootup flag? Edit a config file for the bootup related stuff, or pass a parameter to the reboot command?
kvm-intelorkvm-amdmodules, and they control the-cpuflag that starts your VPS.