Re: [Qemu-devel] [PATCH v5 4/6] qemu.py: cleanup launch()

2017-07-27 Thread Amador Pahim
On Tue, Jul 25, 2017 at 10:42 PM, Eduardo Habkost wrote: > On Tue, Jul 25, 2017 at 07:10:12PM +0200, Amador Pahim wrote: >> launch() is currently taking care of a number of flows, each one if its >> own exception treatment, depending on the VM state and the files >> creation state. >> >> This patc

Re: [Qemu-devel] [PATCH v5 4/6] qemu.py: cleanup launch()

2017-07-25 Thread Eduardo Habkost
On Tue, Jul 25, 2017 at 07:10:12PM +0200, Amador Pahim wrote: > launch() is currently taking care of a number of flows, each one if its > own exception treatment, depending on the VM state and the files > creation state. > > This patch makes launch() more resilient, off-loading the core calls to >

Re: [Qemu-devel] [PATCH v5 4/6] qemu.py: cleanup launch()

2017-07-25 Thread Cleber Rosa
On 07/25/2017 01:10 PM, Amador Pahim wrote: > launch() is currently taking care of a number of flows, each one if its > own exception treatment, depending on the VM state and the files > creation state. > > This patch makes launch() more resilient, off-loading the core calls to > the new _launch

[Qemu-devel] [PATCH v5 4/6] qemu.py: cleanup launch()

2017-07-25 Thread Amador Pahim
launch() is currently taking care of a number of flows, each one if its own exception treatment, depending on the VM state and the files creation state. This patch makes launch() more resilient, off-loading the core calls to the new _launch() and calling shutdown() if any exception is raised by _l