Re: [Qemu-devel] [RFC 06/18] qemu.py: Move _load_io_log() call to _post_shutdown()

2018-04-04 Thread Philippe Mathieu-Daudé
On 03/29/2018 06:38 PM, Eduardo Habkost wrote: > All callers of _post_shutdown() call _load_io_log(), so it's > easier to simply call it inside _post_shutdown(). > > Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daudé > --- > scripts/qemu.py | 3 +-- > 1 file changed, 1 inserti

[Qemu-devel] [RFC 06/18] qemu.py: Move _load_io_log() call to _post_shutdown()

2018-03-29 Thread Eduardo Habkost
All callers of _post_shutdown() call _load_io_log(), so it's easier to simply call it inside _post_shutdown(). Signed-off-by: Eduardo Habkost --- scripts/qemu.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/qemu.py b/scripts/qemu.py index d9f85bb153..84bb3da613 1