kftX
Members
-
Joined
-
Last visited
Solutions
-
kftX's post in How to activate Type-1 Hypervisor for Linux VM/Manjaro VM? was marked as the answerWell I was playing around some more with the XML after what you told me, and got Linux to bypass what I called the "VM check", for future reference if anyone needs it this is what I used in the XML to bypass it:
<cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='7' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> <feature policy='require' name='invtsc'/> </cpu> <clock offset='localtime'> <timer name='rtc' present='no' tickpolicy='catchup'/> <timer name='pit' present='no' tickpolicy='delay'/> <timer name='hpet' present='no'/> <timer name='kvmclock' present='no'/> <timer name='hypervclock' present='yes'/> </clock>
Thanks everyone here for the help!