]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
There is no virDomainFindBy{ID, Name, UUID} anymore
authorCao jin <caoj.fnst@cn.fujitsu.com>
Wed, 29 Jul 2015 09:11:20 +0000 (17:11 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 3 Aug 2015 11:08:00 +0000 (13:08 +0200)
s/virDomainFindBy/virDomainObjListFindBy/

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
src/qemu/THREADS.txt

index f3502b415209b99c6806418df8ea1f73989f4744..22d590effef7521b8b456264cc9d1219c64655d5 100644 (file)
@@ -25,7 +25,7 @@ There are a number of locks on various objects
 
   * virDomainObjPtr
 
-    Will be locked after calling any of the virDomainFindBy{ID,Name,UUID}
+    Will be locked after calling any of the virDomainObjListFindBy{ID,Name,UUID}
     methods.  However, preferred method is qemuDomObjFromDomain() that uses
     virDomainFindByUUIDRef() which also increases the reference counter and
     finds the domain in the domain list without blocking all other lookups.