• J
    conf: Rework/rename virDomainObjListFindByIDRef · 86813662
    John Ferlan 提交于
    Rework the code such that virDomainObjListFindByID will always
    return a locked/ref counted object so that the callers can
    always do the same cleanup logic to call virDomainObjEndAPI.
    Makes accessing the objects much more consistent.
    
    NB:
    There were 2 callers (lxcDomainLookupByID and qemuDomainLookupByID)
    that were already using the ByID name, but not virDomainObjEndAPI -
    these were changed as well in this update/patch.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    Reviewed-by: NJim Fehlig <jfehlig@suse.com>
    86813662
vmware_driver.c 32.1 KB