On Mon, Feb 18, 2013 at 17:07:43 +0100, Jiri Denemark wrote:
After the recent removal of qemu driver locks, implicit driver locks
were
introduced in places that previously relied on being called from functions
that alread had the driver locked. Thus calling anything complex (such as
close callbacks) must not be called when the driver is locked...
Jiri Denemark (2):
qemu: Turn closeCallbacks into virObjectLockable
qemu: Avoid deadlock in autodestroy
I pushed this series (with v2 of the first patch). Thanks for the
review.
Jirka