Re: [Qemu-devel] [PATCH v11 4/8] qemu.py: always cleanup on shutdown()

2018-01-19 Thread Eduardo Habkost
On Tue, Nov 14, 2017 at 11:22:42AM +0100, Amador Pahim wrote: > Currently we only cleanup on shutdown() if the VM is running. > > To make sure we will always cleanup, this patch makes the > self._load_io_log() and the self._post_shutdown() to > always be called on shutdown(), regardless the VM run

[Qemu-devel] [PATCH v11 4/8] qemu.py: always cleanup on shutdown()

2017-11-14 Thread Amador Pahim
Currently we only cleanup on shutdown() if the VM is running. To make sure we will always cleanup, this patch makes the self._load_io_log() and the self._post_shutdown() to always be called on shutdown(), regardless the VM running state. Reviewed-by: Fam Zheng Signed-off-by: Amador Pahim --- s