Re: [libvirt] [PATCH v2 1/2] qemu: Turn closeCallbacks into virObjectLockable

2013-02-20 Thread Eric Blake
On 02/19/2013 02:22 PM, Jiri Denemark wrote: To avoid having to hold the qemu driver lock while iterating through close callbacks and calling them. This fixes a real deadlock when a domain which is being migrated from another host gets autodestoyed as a result of broken connection to the other

[libvirt] [PATCH v2 1/2] qemu: Turn closeCallbacks into virObjectLockable

2013-02-19 Thread Jiri Denemark
To avoid having to hold the qemu driver lock while iterating through close callbacks and calling them. This fixes a real deadlock when a domain which is being migrated from another host gets autodestoyed as a result of broken connection to the other host. --- Notes: Version 2: - merge