Unverified Commit ac7807ee authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Multi-threaded TCG (#429)

parent d568b4d7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ else

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