Update proc.sh

This commit is contained in:
Kroese 2024-02-04 15:32:38 +01:00 committed by GitHub
parent 3bdee3a3e7
commit f75acae9d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,8 +34,10 @@ if [[ "$KVM" != [Nn]* ]]; then
CPU_MODEL="host"
KVM_OPTS=",accel=kvm -enable-kvm"
CPU_FEATURES="kvm=on,l3-cache=on,migratable=no"
WIN_FEATURES="+hypervisor,+invtsc,hv_passthrough"
CPU_FEATURES="kvm=on,migratable=no"
WIN_FEATURES=""
#CPU_FEATURES="kvm=on,l3-cache=on,migratable=no"
#WIN_FEATURES="+hypervisor,+invtsc,hv_passthrough"
else