fix: Enable multi-threaded TCG
This commit is contained in:
parent
c1a7398356
commit
01ff362c78
1 changed files with 1 additions and 2 deletions
|
|
@ -47,10 +47,9 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue