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
These days, we experienced one qemu guest agent is not available error. Then the guest agent couldn't be used forever before rebooting the libvirtd daemon or reboot the qemu-guest-agent in the VM(you can also reboot the VM) to clear the priv->agentError. This is one bug for a long time in many