Skip to content

Commit

Permalink
feat: Multi-threaded TCG
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 4, 2024
1 parent d568b4d commit d928288
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/proc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ else
WIN_FEATURES="+hypervisor,hv_passthrough"

if [[ "$ARCH" == "amd64" ]]; then
CPU_MODEL="max"
CPU_FEATURES="$CPU_FEATURES,migratable=no"
CPU_MODEL="max"
KVM_OPTS=" -accel tcg,thread=multi"
CPU_FEATURES="$CPU_FEATURES,migratable=no"
fi

CPU_FEATURES="$CPU_FEATURES,+ssse3,+sse4.1,+sse4.2"
Expand Down

0 comments on commit d928288

Please sign in to comment.