Re: [PATCH v5 02/12] python/machine.py: Close QMP socket in cleanup

2020-07-13 Thread Cleber Rosa
On Fri, Jul 10, 2020 at 01:06:39AM -0400, John Snow wrote: > It's not important to do this before waiting for the process to exit, so > it can be done during generic post-shutdown cleanup. > > Signed-off-by: John Snow > --- > python/qemu/machine.py | 7 --- > 1 file changed, 4 insertions(+),

Re: [PATCH v5 02/12] python/machine.py: Close QMP socket in cleanup

2020-07-13 Thread Philippe Mathieu-Daudé
On 7/10/20 7:06 AM, John Snow wrote: > It's not important to do this before waiting for the process to exit, so > it can be done during generic post-shutdown cleanup. > > Signed-off-by: John Snow > --- > python/qemu/machine.py | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > Re

[PATCH v5 02/12] python/machine.py: Close QMP socket in cleanup

2020-07-09 Thread John Snow
It's not important to do this before waiting for the process to exit, so it can be done during generic post-shutdown cleanup. Signed-off-by: John Snow --- python/qemu/machine.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python/qemu/machine.py b/python/qemu/machin