Re: [PATCH v5 04/12] python/machine.py: Perform early cleanup for wait() calls, too

2020-07-13 Thread Cleber Rosa
On Fri, Jul 10, 2020 at 01:06:41AM -0400, John Snow wrote: > This is primarily for consistency, and is a step towards wait() and > shutdown() sharing the same implementation so that the two cleanup paths > cannot diverge. > > Signed-off-by: John Snow > --- > python/qemu/machine.py | 1 + > 1 fil

Re: [PATCH v5 04/12] python/machine.py: Perform early cleanup for wait() calls, too

2020-07-13 Thread Philippe Mathieu-Daudé
On 7/10/20 7:06 AM, John Snow wrote: > This is primarily for consistency, and is a step towards wait() and > shutdown() sharing the same implementation so that the two cleanup paths > cannot diverge. > > Signed-off-by: John Snow > --- > python/qemu/machine.py | 1 + > 1 file changed, 1 insertion

[PATCH v5 04/12] python/machine.py: Perform early cleanup for wait() calls, too

2020-07-09 Thread John Snow
This is primarily for consistency, and is a step towards wait() and shutdown() sharing the same implementation so that the two cleanup paths cannot diverge. Signed-off-by: John Snow --- python/qemu/machine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/qemu/machine.py b/python/qem