
Table of Contents
The Easiest Way
Just modify your QEMU XML with some steps:
- Under
<os>put
<smbios mode='host'/> - Under
<features>put
<kvm>
<hidden state='on'/>
</kvm> - Under
<cpu mode ...>put
<feature policy='disable' name='hypervisor'/> Thank you for shakinbacon@forumsunraid for the tutorial.
The Hard Way
You can use QEMU Anti Detection patch from zhaodice@github to use. More harden than the easiest way.