Re: [libvirt] [PATCH] qemu: fix state change lock held byremoteDispatchDomainBlockJobAbort forever

2016-09-02 Thread Xiubo Li
... + 2016-08-26 07:51:05.685+: 8916: warning : qemuDomainObjBeginJobInternal:1571 : Cannot start job (query, none) for domain instance-1b3a; current job is (modify, none) owned by (8914 remoteDispatchDomainBlockJobAbort, 0 ) for (30s, 0s)

[libvirt] [PATCH] qemu: fix state change lock held by remoteDispatchDomainBlockJobAbort forever

2016-09-01 Thread Xiubo Li
uot;: "mirror"}} With the condition wakeup signal: virDomainObjBroadcast(vm) --> virCondBroadcast(>cond) The "return" reply is: QEMU_MONITOR_RECV_REPLY: mon=0x7ff3fc001020 reply={"return": [], "id": "libvirt-338"} With the condition wakeup sign

[libvirt] [PATCHv2] qemu: agent: Fix QEMU guest agent is not available due to an error

2016-07-07 Thread Xiubo Li
check if this is the case and don't report an error but return silently. Signed-off-by: Xiubo Li <lixi...@cmss.chinamobile.com> Signed-off-by: Zhuoyu Zhang <zhangzhu...@cmss.chinamobile.com> Signed-off-by: Wei Tang <tang...@cmss.chinamobile.com> Signed-off-by: Yaowe

Re: [libvirt] [PATCH] qemu: agent: Fix QEMU guest agent is not available due to an error

2016-07-07 Thread Xiubo Li
Hi, For this bug, by checking the object's type is valid or not will always be true. We should check for the object's value type instead. I will send the V2 patch. Thanks, BRs Xiubo On 07/07/2016 09:12, Xiubo Li wrote: Hi All, This patch I have test for more than 3 days using 5

Re: [libvirt] [PATCH] qemu: agent: Fix QEMU guest agent is not available due to an error

2016-07-06 Thread Xiubo Li
Hi All, This patch I have test for more than 3 days using 5 different scripts at the same time, and the test scripts and libvirtd are all running happily till now. Thanks, BRs Xiubo On 06/07/2016 15:21, Xiubo Li wrote: These days, we experienced one qemu guest agent is not available

[libvirt] [PATCH] qemu: agent: Fix QEMU guest agent is not available due to an error

2016-07-06 Thread Xiubo Li
ug. This patch will check if this is the case and don't report an error but return silently. Signed-off-by: Xiubo Li <lixi...@cmss.chinamobile.com> Signed-off-by: Zhuoyu Zhang <zhangzhu...@cmss.chinamobile.com> Signed-off-by: Wei Tang <tang...@cmss.chinamobile.com> Signed-off