fix: Enable multi-threaded TCG

This commit is contained in:
Kroese 2024-02-05 08:28:07 +01:00 committed by GitHub
parent c1a7398356
commit 01ff362c78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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