[libvirt] [PATCH] qemu: Avoid deadlock on HandleAgentEOF

Michal Privoznik mprivozn at redhat.com
Tue Sep 18 07:35:15 UTC 2012


On 18.09.2012 04:03, Osier Yang wrote:
> On 2012年09月17日 20:04, Michal Privoznik wrote:
>> On agent EOF the qemuProcessHandleAgentEOF() callback is called
>> which locks virDomainObjPtr. Then qemuAgentClose() is called
>> (with domain object locked) which eventually calls qemuAgentFree()
> 
> Guess you mean qemuAgentDispose here.

Yeah, I've seen this issue on older libvirt where we didn't have
virObject yet. Fixed and pushed. Thanks.

Michal




More information about the libvir-list mailing list