Re: [Qemu-devel] [PATCH v3 06/14] tests/vm: proper guest shutdown

2019-05-20 Thread Philippe Mathieu-Daudé
On 5/20/19 2:47 PM, Gerd Hoffmann wrote: > When not running in snapshot mode ask the guest to poweroff and wait for > this to finish instead of simply quitting qemu, so the guest can flush > pending updates to disk. > > Signed-off-by: Gerd Hoffmann > Tested-by: Thomas Huth Reviewed-by:

[Qemu-devel] [PATCH v3 06/14] tests/vm: proper guest shutdown

2019-05-20 Thread Gerd Hoffmann
When not running in snapshot mode ask the guest to poweroff and wait for this to finish instead of simply quitting qemu, so the guest can flush pending updates to disk. Signed-off-by: Gerd Hoffmann Tested-by: Thomas Huth --- tests/vm/basevm.py | 22 +++--- 1 file changed, 15