cyberus-technology / virtualbox-kvm

KVM Backend for VirtualBox. With our current development model, we cannot easily accept pull requests here. If you'd like to contribute, feel free to reach out to us, we are happy to find a solution.
GNU General Public License v3.0
957 stars 119 forks source link

hide kvm #38

Open nhamhuynh79 opened 1 month ago

nhamhuynh79 commented 1 month ago

Can we hide kvm in windows guest?

parthy commented 1 month ago

Windows guests should use the Hyper-V paravirtualization feature by default. The backend in use (Oracle HV or KVM) is independent of the paravirtualization interface the guest sees. Could you specify your VM settings and what exactly you are seeing and trying to change?

nhamhuynh79 commented 3 weeks ago

some things like anti detect vm to run game with anti cheat.

tpressure commented 3 weeks ago

Principle, you can "hide" KVM by selecting 'None' as paravirtualization provider. This removes the HV bit from CPUID and disables the KVM capability MSRs. I don't know whether this is enough for anti-cheat though. What would you do if you want to achieve the same thing with Qemu?