1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-15 12:59:06 +00:00

In the error message explain how to turn off KVM support

This commit is contained in:
Julien Duponchelle 2015-08-26 17:17:40 +02:00
parent 4cc66a3801
commit 699647dbda

View File

@ -1375,7 +1375,7 @@ class QemuVM(BaseVM):
return False
if not os.path.exists("/dev/kvm"):
raise QemuError("KVM acceleration cannot be used (/dev/kvm doesn't exist)")
raise QemuError("KVM acceleration cannot be used (/dev/kvm doesn't exist). You can turn off KVM support in the gns3_server.conf by adding enable_kvm = false to the [Qemu] section.")
return True
return False