mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 21:07:57 +00:00
parent
42a4df5079
commit
a6826fe0bf
@ -1426,8 +1426,6 @@ class QemuVM(BaseVM):
|
||||
:returns: Boolean True if we need to enable KVM
|
||||
"""
|
||||
|
||||
print(sys.platform.startswith("linux"))
|
||||
print(self.manager.config.get_section_config("Qemu").getboolean("enable_kvm", True))
|
||||
if sys.platform.startswith("linux") and self.manager.config.get_section_config("Qemu").getboolean("enable_kvm", True) \
|
||||
and "-no-kvm" not in options:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user