]> xenbits.xensource.com Git - libvirt.git/commit
libxl: Remove unnecessary driver locking
authorJim Fehlig <jfehlig@suse.com>
Fri, 30 Aug 2013 20:57:42 +0000 (14:57 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 3 Sep 2013 22:43:21 +0000 (16:43 -0600)
commit21bdbb829ffec3793281e5d119c11ea9ec53686d
tree0caa03dba07bb7c1804c0be1fd66bbeb0e4e12a8
parentcf735fe03c9203f7a548fd3977a61c34324dcc47
libxl: Remove unnecessary driver locking

Now that most fields of libxlDriverPrivate struct are immutable
or self-locking, there is no need to acquire the driver lock in
much of the libxl driver.
src/libxl/libxl_conf.c
src/libxl/libxl_driver.c