1
0
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:
Julien Duponchelle 2015-05-26 09:48:01 +02:00
parent c43b26d787
commit 8636d3e337

View File

@ -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 = ""