Update proc.sh

This commit is contained in:
Kroese 2024-02-05 08:14:20 +01:00 committed by GitHub
parent 2b064c1156
commit e09a19129d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,9 +47,10 @@ if [[ "$KVM" != [Nn]* ]]; then
else
KVM_OPTS=""
CPU_FEATURES=""
WIN_FEATURES=""
KVM_OPTS=" -accel tcg,thread=multi"
#KVM_OPTS=" -accel tcg,thread=multi"
if [ -z "$CPU_MODEL" ]; then
if [[ "$ARCH" == "arm"* ]]; then