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

KVM

parent e36f7a72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ else
fi

if [ -n "${KVM_ERR}" ]; then
  echo "Error: KVM acceleration not detected ${KVM_ERR}, please enable it."
  echo "ERROR: KVM acceleration not detected ${KVM_ERR}, please enable it."
  [ "$DEBUG" != "Y" ] && exit 88
else
  KVM_OPTS=",accel=kvm -enable-kvm -cpu host"