Re: [libvirt] [PATCH 6/6] qemu: blockjob: Fix locking of block copy/active block commit

2017-01-07 Thread John Ferlan
On 12/16/2016 11:24 AM, Peter Krempa wrote: > For the blockjobs, where libvirt is able to track the state internally > we can fix locking of images we can remove the appropriate locks. > > Also when doing a pivoting operation we should not acquire the lock on > any of those images since both

[libvirt] [PATCH 6/6] qemu: blockjob: Fix locking of block copy/active block commit

2016-12-16 Thread Peter Krempa
For the blockjobs, where libvirt is able to track the state internally we can fix locking of images we can remove the appropriate locks. Also when doing a pivoting operation we should not acquire the lock on any of those images since both are actually locked already. Resolves: