]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Serialize execution of security manager APIs
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 6 Feb 2013 12:40:41 +0000 (12:40 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 11 Feb 2013 12:33:44 +0000 (12:33 +0000)
commit48b49a631a0e6ab58376325c8301d5e52152a221
treecab4f28d05521f5c9c3aa78877b8b5006d953cd4
parent11d926659b7250cd86841ca70e8d41faedcaa494
Serialize execution of security manager APIs

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 <berrange@redhat.com>
src/qemu/qemu_conf.h
src/security/security_manager.c