On 27.02.2013 15:47, Daniel Veillard wrote:
On Wed, Feb 27, 2013 at 03:26:24PM +0100, Michal Privoznik wrote:
....
Just a side note. Running git-bisect gets me to this:
a9e97e0c3057dfaefc7217b7db7fbba001cf8f0b is the first bad commit
commit a9e97e0c3057dfaefc7217b7db7fbba001cf8f0b
Author: Daniel P. Berrange <berrange(a)redhat.com>
Date: Wed Feb 6 18:17:20 2013 +0000
Remove qemuDriverLock from almost everywhere
With the majority of fields in the virQEMUDriverPtr struct
now immutable or self-locking, there is no need for practically
any methods to be using the QEMU driver lock. Only a handful
of helper APIs in qemu_conf.c now need it
But I think it just expose the bug we had earlier since 2 startup
processes are not serialized now.
Michal