
26 Sep
2012
26 Sep
'12
11:48 a.m.
On 09/26/2012 09:25 AM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
If the qemuAgentClose method is called from a place which holds the domain lock, it is theoretically possible to get a deadlock in the agent destroy callback. This has not ben observed, but
s/ben/been/
the equivalent code in the QEMU monitor destroy callback has seen a deadlock.
Remove the redundant locking while unrefing the object and the bogus assignment
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/qemu/qemu_process.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-)
ACK. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org