Re: [PATCH v2 5/7] python/qemu: Add args property to the QEMUMachine class

2021-04-23 Thread Willian Rampazzo
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.

Re: [PATCH v2 5/7] python/qemu: Add args property to the QEMUMachine class

2021-04-22 Thread Cleber Rosa
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

[PATCH v2 5/7] python/qemu: Add args property to the QEMUMachine class

2021-04-08 Thread Wainer dos Santos Moschetta
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