Commit 384a3ad0 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

KVM check

parent 578d988c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ fi

if [ -n "${KVM_ERR}" ]; then
  error "KVM acceleration not detected ${KVM_ERR}, see the FAQ about this."
  [[ "${DEBUG}" == [Yy1]* ]] && exit 88
  [[ "${DEBUG}" != [Yy1]* ]] && exit 88
else
  KVM_OPTS=",accel=kvm -enable-kvm -cpu host"
fi