Re: [libvirt] [PATCH 2/4] Serialize execution of security manager APIs

2013-02-08 Thread Eric Blake
On 02/07/2013 10:46 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Add locking to virSecurityManagerXXX APIs, so that use of the > security drivers is internally serialized. This avoids the need > to rely on the global driver locks to achieve serialization > > Signed-off-by: Dani

[libvirt] [PATCH 2/4] Serialize execution of security manager APIs

2013-02-07 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Add locking to virSecurityManagerXXX APIs, so that use of the security drivers is internally serialized. This avoids the need to rely on the global driver locks to achieve serialization Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_conf.h| 2 +- s