Re: [libvirt] [PATCH v2 5/7] qemu: Kill QEMU process if Prepare phase fails

2015-11-25 Thread Jiri Denemark
On Tue, Nov 24, 2015 at 10:39:20 +0100, Pavel Hrdina wrote: > On Thu, Nov 19, 2015 at 01:09:19PM +0100, Jiri Denemark wrote: > > Some failure paths in qemuMigrationPrepareAny forgot to kill the just > > started QEMU process. This patch fixes this by combining 'stop' and > > 'endjob' label into a

Re: [libvirt] [PATCH v2 5/7] qemu: Kill QEMU process if Prepare phase fails

2015-11-24 Thread Pavel Hrdina
On Thu, Nov 19, 2015 at 01:09:19PM +0100, Jiri Denemark wrote: > Some failure paths in qemuMigrationPrepareAny forgot to kill the just > started QEMU process. This patch fixes this by combining 'stop' and > 'endjob' label into a new label 'stopjob'. This name was chosen to avoid > confusion with

[libvirt] [PATCH v2 5/7] qemu: Kill QEMU process if Prepare phase fails

2015-11-19 Thread Jiri Denemark
Some failure paths in qemuMigrationPrepareAny forgot to kill the just started QEMU process. This patch fixes this by combining 'stop' and 'endjob' label into a new label 'stopjob'. This name was chosen to avoid confusion with the most common semantics of 'endjob'. Normally, 'endjob' is always