Use setter for the qemu_path (allow to pass only the binary name)

pull/239/head
Julien Duponchelle 9 years ago
parent c43b26d787
commit 8636d3e337

@ -69,7 +69,7 @@ class QemuVM(BaseVM):
self._stdout_file = ""
# QEMU VM settings
self._qemu_path = qemu_path
self.qemu_path = qemu_path
self._hda_disk_image = ""
self._hdb_disk_image = ""
self._hdc_disk_image = ""

Loading…
Cancel
Save