Re: [Qemu-devel] [PATCH v11 8/8] qemu.py: don't launch again before shutdown()

2018-01-19 Thread Eduardo Habkost
On Tue, Nov 14, 2017 at 11:22:46AM +0100, Amador Pahim wrote: > If a VM is launched, files are created and a cleanup is required before > a new launch. This cleanup is executed by shutdown(), so shutdown() must > be called even if the VM is manually terminated (i.e. using kill). > > This patch cre

[Qemu-devel] [PATCH v11 8/8] qemu.py: don't launch again before shutdown()

2017-11-14 Thread Amador Pahim
If a VM is launched, files are created and a cleanup is required before a new launch. This cleanup is executed by shutdown(), so shutdown() must be called even if the VM is manually terminated (i.e. using kill). This patch creates a control to make sure launch() will not be executed again if shutd