From 3bdee3a3e7d1bfe80906f90c2d6fa8454ae64f02 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 4 Feb 2024 15:31:02 +0100 Subject: [PATCH] feat: Multi-threaded TCG --- src/proc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proc.sh b/src/proc.sh index 48b9e17..8332389 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -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"