feat: Multi-threaded TCG

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

View file

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