Re: [PATCH v6 3/4] python: add binary

2023-11-14 Thread Maksim Davydov
Thanks for reviewing! I'll change patch subject to more appropriate one and fix the docstring On 11/10/23 10:03, Philippe Mathieu-Daudé wrote: On 8/11/23 16:38, Maksim Davydov wrote: Add a supportive property to access the path to the qemu binary Signed-off-by: Maksim Davydov ---   python/qem

Re: [PATCH v6 3/4] python: add binary

2023-11-09 Thread Philippe Mathieu-Daudé
On 8/11/23 16:38, Maksim Davydov wrote: Add a supportive property to access the path to the qemu binary Signed-off-by: Maksim Davydov --- python/qemu/machine/machine.py | 5 + 1 file changed, 5 insertions(+) diff --git a/python/qemu/machine/machine.py b/python/qemu/machine/machine.py in

Re: [PATCH v6 3/4] python: add binary

2023-11-09 Thread John Snow
On Wed, Nov 8, 2023 at 10:39 AM Maksim Davydov wrote: > > Add a supportive property to access the path to the qemu binary > > Signed-off-by: Maksim Davydov > --- > python/qemu/machine/machine.py | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/python/qemu/machine/machine.py b/python

Re: [PATCH v6 3/4] python: add binary

2023-11-08 Thread Philippe Mathieu-Daudé
Hi Maksim, On 8/11/23 16:38, Maksim Davydov wrote: Add a supportive property to access the path to the qemu binary Signed-off-by: Maksim Davydov --- python/qemu/machine/machine.py | 5 + 1 file changed, 5 insertions(+) diff --git a/python/qemu/machine/machine.py b/python/qemu/machine/m

[PATCH v6 3/4] python: add binary

2023-11-08 Thread Maksim Davydov
Add a supportive property to access the path to the qemu binary Signed-off-by: Maksim Davydov --- python/qemu/machine/machine.py | 5 + 1 file changed, 5 insertions(+) diff --git a/python/qemu/machine/machine.py b/python/qemu/machine/machine.py index 31cb9d617d..78436403b2 100644 --- a/pyth