Re: [libvirt] [PATCH] support qemuMonitorSend() to be called at the same time

2011-07-28 Thread Eric Blake
On 07/28/2011 03:13 AM, Wen Congyang wrote: Current, we support run sync job and async job at the same time. It means that the monitor commands for two jobs can be run in any order. In the function qemuDomainObjEnterMonitorInternal(): if (priv->job.active == QEMU_JOB_NONE&& priv->job.asyn

[libvirt] [PATCH] support qemuMonitorSend() to be called at the same time

2011-07-28 Thread Wen Congyang
Current, we support run sync job and async job at the same time. It means that the monitor commands for two jobs can be run in any order. In the function qemuDomainObjEnterMonitorInternal(): if (priv->job.active == QEMU_JOB_NONE && priv->job.asyncJob) { if (qemuDomainObjBeginNestedJob