Update proc.sh

This commit is contained in:
Kroese 2024-02-04 14:18:11 +01:00 committed by GitHub
parent fadeb914dd
commit de535be374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ if [[ "$KVM" != [Nn]* ]]; then
KVM_OPTS=",accel=kvm -enable-kvm"
CPU_FEATURES="kvm=on,l3-cache=on,migratable=no"
WIN_FEATURES="+hypervisor,+invtsc,migratable=no,hv_passthrough"
WIN_FEATURES="+hypervisor,+invtsc,hv_passthrough"
else