mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
KVM check
This commit is contained in:
parent
578d988c6b
commit
384a3ad042
@ -62,7 +62,7 @@ fi
|
|||||||
|
|
||||||
if [ -n "${KVM_ERR}" ]; then
|
if [ -n "${KVM_ERR}" ]; then
|
||||||
error "KVM acceleration not detected ${KVM_ERR}, see the FAQ about this."
|
error "KVM acceleration not detected ${KVM_ERR}, see the FAQ about this."
|
||||||
[[ "${DEBUG}" == [Yy1]* ]] && exit 88
|
[[ "${DEBUG}" != [Yy1]* ]] && exit 88
|
||||||
else
|
else
|
||||||
KVM_OPTS=",accel=kvm -enable-kvm -cpu host"
|
KVM_OPTS=",accel=kvm -enable-kvm -cpu host"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user