Update proc.sh
This commit is contained in:
parent
2b064c1156
commit
e09a19129d
1 changed files with 2 additions and 1 deletions
|
|
@ -47,9 +47,10 @@ if [[ "$KVM" != [Nn]* ]]; then
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
KVM_OPTS=""
|
||||||
CPU_FEATURES=""
|
CPU_FEATURES=""
|
||||||
WIN_FEATURES=""
|
WIN_FEATURES=""
|
||||||
KVM_OPTS=" -accel tcg,thread=multi"
|
#KVM_OPTS=" -accel tcg,thread=multi"
|
||||||
|
|
||||||
if [ -z "$CPU_MODEL" ]; then
|
if [ -z "$CPU_MODEL" ]; then
|
||||||
if [[ "$ARCH" == "arm"* ]]; then
|
if [[ "$ARCH" == "arm"* ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue