Re: [libvirt] [PATCH] qemu: pass the asyncJob to qemuProcessStartCPUs

2015-11-24 Thread Peter Krempa
On Tue, Nov 24, 2015 at 13:25:05 +0100, Ján Tomko wrote: > Now that new domains are started inside a QEMU_ASYNC_JOB_START job, > we need to pass it down to qemuProcessStartCPUs too. > > This removes the warning: > qemuDomainObjEnterMonitorInternal:1750 : This thread seems to be the > async job

Re: [libvirt] [PATCH] qemu: pass the asyncJob to qemuProcessStartCPUs

2015-11-24 Thread Ján Tomko
On Tue, Nov 24, 2015 at 01:33:41PM +0100, Peter Krempa wrote: > On Tue, Nov 24, 2015 at 13:25:05 +0100, Ján Tomko wrote: > > Now that new domains are started inside a QEMU_ASYNC_JOB_START job, > > we need to pass it down to qemuProcessStartCPUs too. > > > > This removes the warning: > >

[libvirt] [PATCH] qemu: pass the asyncJob to qemuProcessStartCPUs

2015-11-24 Thread Ján Tomko
Now that new domains are started inside a QEMU_ASYNC_JOB_START job, we need to pass it down to qemuProcessStartCPUs too. This removes the warning: qemuDomainObjEnterMonitorInternal:1750 : This thread seems to be the async job owner; entering monitor without asking for a nested job is dangerous