KVM acceleration

This commit is contained in:
Kroese 2023-05-11 17:45:20 +02:00 committed by GitHub
parent 56ca0068f7
commit ffe0d6cb08

View File

@ -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"