mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +00:00
Use setter for the qemu_path (allow to pass only the binary name)
This commit is contained in:
parent
c43b26d787
commit
8636d3e337
@ -69,7 +69,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