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

KVM

parent 3cc42d94
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"