[libvirt] [PATCHv3 1.5/2] qemu: drop driver lock while trying to terminate qemu process

2012-02-07 Thread Laine Stump
This patch is based on an earlier patch by Eric Blake which was never committed: https://www.redhat.com/archives/libvir-list/2011-November/msg00243.html Aside from rebasing, this patch only drops the driver lock once (prior to the first time the function sleeps), then leaves it dropped until it

Re: [libvirt] [PATCHv3 1.5/2] qemu: drop driver lock while trying to terminate qemu process

2012-02-07 Thread Eric Blake
On 02/07/2012 10:18 AM, Laine Stump wrote: In the meantime, we still should work on Dan's proposal to make locking within the driver object more fine grained. If only I ever had enough 'round tuits'. (NB: although I couldn't find any instance where qemuProcessKil() was s/Kil()/Kill()/