|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [qemu-xen staging] python/machine.py: Perform early cleanup for wait() calls, too
commit 3a7d64b6fc8ddce3987005e0ee6eadbe2cbba5c8
Author: John Snow <jsnow@xxxxxxxxxx>
AuthorDate: Fri Jul 10 01:06:41 2020 -0400
Commit: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
CommitDate: Tue Jul 14 22:22:22 2020 +0200
python/machine.py: Perform early cleanup for wait() calls, too
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 <jsnow@xxxxxxxxxx>
Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
Reviewed-by: Cleber Rosa <crosa@xxxxxxxxxx>
Tested-by: Cleber Rosa <crosa@xxxxxxxxxx>
Message-Id: <20200710050649.32434-5-jsnow@xxxxxxxxxx>
Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
---
python/qemu/machine.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/qemu/machine.py b/python/qemu/machine.py
index 127926b276..63e40879e2 100644
--- a/python/qemu/machine.py
+++ b/python/qemu/machine.py
@@ -380,6 +380,7 @@ class QEMUMachine:
"""
Wait for the VM to power off
"""
+ self._early_cleanup()
self._popen.wait()
self._post_shutdown()
--
generated by git-patchbot for /home/xen/git/qemu-xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |