|
@@ -328,6 +328,11 @@ def args(self) -> List[str]:
|
|
"""Returns the list of arguments given to the QEMU binary."""
|
|
"""Returns the list of arguments given to the QEMU binary."""
|
|
return self._args
|
|
return self._args
|
|
|
|
|
|
|
|
+ @property
|
|
|
|
+ def binary(self) -> str:
|
|
|
|
+ """Returns path to the QEMU binary"""
|
|
|
|
+ return self._binary
|
|
|
|
+
|
|
def _pre_launch(self) -> None:
|
|
def _pre_launch(self) -> None:
|
|
if self._qmp_set:
|
|
if self._qmp_set:
|
|
if self._monitor_address is None:
|
|
if self._monitor_address is None:
|