On 7/10/20 7:06 AM, John Snow wrote: > If the VM is not launched, don't try to shut it down. As a change, > _post_shutdown now unconditionally also calls _early_cleanup in order to > offer comprehensive object cleanup in failure cases. > > As a courtesy, treat it as a NOP instead of rejecting it as an > error. This is slightly nicer for acceptance tests where vm.shutdown() > is issued unconditionally in tearDown callbacks. > > Signed-off-by: John Snow <js...@redhat.com> > --- > python/qemu/machine.py | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>