mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
qemuProcessBeginStopJob: Add debug log when waking up all threads waiting on domain condition
Aid in debugging of potentially stuck threads. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
a2a66479a1
commit
d3ddd432e2
@ -8130,6 +8130,7 @@ qemuProcessBeginStopJob(virDomainObj *vm,
|
||||
goto cleanup;
|
||||
|
||||
/* Wake up anything waiting on domain condition */
|
||||
VIR_DEBUG("waking up all jobs waiting on the domain condition");
|
||||
virDomainObjBroadcast(vm);
|
||||
|
||||
if (qemuDomainObjBeginJob(vm, job) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user