On Thu, Apr 8, 2021 at 5:00 PM Wainer dos Santos Moschetta
wrote:
>
> This added the args property to QEMUMachine so that users of the class
> can access and handle the list of arguments to be given to the QEMU
> binary.
>
> Signed-off-by: Wainer dos Santos Moschetta
> ---
> python/qemu/machine.
On Thu, Apr 08, 2021 at 04:52:35PM -0300, Wainer dos Santos Moschetta wrote:
> This added the args property to QEMUMachine so that users of the class
> can access and handle the list of arguments to be given to the QEMU
> binary.
>
> Signed-off-by: Wainer dos Santos Moschetta
> ---
> python/qemu
This added the args property to QEMUMachine so that users of the class
can access and handle the list of arguments to be given to the QEMU
binary.
Signed-off-by: Wainer dos Santos Moschetta
---
python/qemu/machine.py | 5 +
1 file changed, 5 insertions(+)
diff --git a/python/qemu/machine.py