[libvirt] [PATCH] qemu: Make sure qemuProcessStart is run within a job

2013-02-28 Thread Jiri Denemark
qemuProcessStart expects to be run with a job already set and every caller except for qemuMigrationPrepareAny use it correctly. This bug can be observed in libvirtd logs during incoming migration as warning : qemuDomainObjEnterMonitorInternal:979 : This thread seems to be the async job

Re: [libvirt] [PATCH] qemu: Make sure qemuProcessStart is run within a job

2013-02-28 Thread Eric Blake
On 02/28/2013 06:22 AM, Jiri Denemark wrote: qemuProcessStart expects to be run with a job already set and every caller except for qemuMigrationPrepareAny use it correctly. This bug can be observed in libvirtd logs during incoming migration as warning :

Re: [libvirt] [PATCH] qemu: Make sure qemuProcessStart is run within a job

2013-02-28 Thread Jiri Denemark
On Thu, Feb 28, 2013 at 14:29:59 -0700, Eric Blake wrote: On 02/28/2013 06:22 AM, Jiri Denemark wrote: qemuProcessStart expects to be run with a job already set and every caller except for qemuMigrationPrepareAny use it correctly. This bug can be observed in libvirtd logs during incoming