Commit ffe0d6cb authored by Kroese's avatar Kroese Committed by GitHub
Browse files

KVM acceleration

parent 56ca0068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ else
fi

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