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

pull/187/head
Julien Duponchelle 9 years ago
parent a7dd0d3c51
commit 289b68e5c1

@ -70,7 +70,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