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:
parent
4cc66a3801
commit
699647dbda
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user