feat: Multi-threaded TCG
This commit is contained in:
parent
87afbb69e8
commit
3bdee3a3e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue