mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-11 15:32:39 +00:00
Merge branch 'master' into 2.0
This commit is contained in:
commit
7baf584367
@ -1489,7 +1489,7 @@ class QemuVM(BaseNode):
|
|||||||
version = yield from self.manager.get_qemu_version(self.qemu_path)
|
version = yield from self.manager.get_qemu_version(self.qemu_path)
|
||||||
# Issue on some combo Intel CPU + KVM + Qemu 2.4.0
|
# Issue on some combo Intel CPU + KVM + Qemu 2.4.0
|
||||||
# https://github.com/GNS3/gns3-server/issues/685
|
# https://github.com/GNS3/gns3-server/issues/685
|
||||||
if version and parse_version(version) >= parse_version("2.4.0"):
|
if version and parse_version(version) >= parse_version("2.4.0") and self.platform == "x86_64":
|
||||||
command.extend(["-machine", "smm=off"])
|
command.extend(["-machine", "smm=off"])
|
||||||
command.extend(["-boot", "order={}".format(self._boot_priority)])
|
command.extend(["-boot", "order={}".format(self._boot_priority)])
|
||||||
cdrom_option = self._cdrom_option()
|
cdrom_option = self._cdrom_option()
|
||||||
|
Loading…
Reference in New Issue
Block a user