Re: [Qemu-devel] [PATCH v8 09/13] qemu.py: always cleanup on shutdown()

2017-09-04 Thread Fam Zheng
On Fri, 09/01 13:28, 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 cleanup to > always happen in shutdown, regardless the VM running state. > > Signed-off-by: Amador Pahim Reviewed-by: Fam Zheng

[Qemu-devel] [PATCH v8 09/13] qemu.py: always cleanup on shutdown()

2017-09-01 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 cleanup to always happen in shutdown, regardless the VM running state. Signed-off-by: Amador Pahim --- scripts/qemu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-