mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-25 01:38:08 +00:00
Use setter for the qemu_path (allow to pass only the binary name)
This commit is contained in:
parent
a7dd0d3c51
commit
289b68e5c1
@ -70,7 +70,7 @@ class QemuVM(BaseVM):
|
|||||||
self._stdout_file = ""
|
self._stdout_file = ""
|
||||||
|
|
||||||
# QEMU VM settings
|
# QEMU VM settings
|
||||||
self._qemu_path = qemu_path
|
self.qemu_path = qemu_path
|
||||||
self._hda_disk_image = ""
|
self._hda_disk_image = ""
|
||||||
self._hdb_disk_image = ""
|
self._hdb_disk_image = ""
|
||||||
self._hdc_disk_image = ""
|
self._hdc_disk_image = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user