1. 16 4月, 2018 15 次提交
  2. 13 4月, 2018 1 次提交
  3. 12 4月, 2018 23 次提交
  4. 11 4月, 2018 1 次提交
    • J
      openvz: Use virDomainObjListFindBy{UUID|ID}Ref · 9b4fe4c1
      John Ferlan 提交于
      For openvzDomObjFromDomainLocked and openvzDomainLookupByID
      let's return a locked and referenced @vm object so that callers
      can then use the common and more consistent virDomainObjEndAPI
      in order to handle cleanup rather than needing to know that the
      returned object is locked and calling virObjectUnlock.
      
      The LookupByName already returns the ref counted and locked object,
      so this will make things more consistent.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      Reviewed-by: NJim Fehlig <jfehlig@suse.com>
      9b4fe4c1