1. 07 5月, 2008 2 次提交
  2. 02 5月, 2008 1 次提交
  3. 30 4月, 2008 2 次提交
    • D
      159cb2b9
    • J
      remove useless tests before xmlFree · 0c37f598
      Jim Meyering 提交于
      * src/qemu_conf.c (qemudParseDiskXML, qemudParseInterfaceXML):
      (qemudParseInputXML, qemudParseDhcpRangesXML):
      * src/remote_internal.c (doRemoteOpen):
      * src/storage_conf.c (virStoragePoolDefParseDoc):
      * src/xm_internal.c (xenXMParseXMLDisk, xenXMParseXMLVif):
      (xenXMParseXMLToConfig, xenXMAttachInterface):
      * src/xml.c (virDomainParseXMLDiskDesc, virDomainParseXMLIfDesc):
      (virDomainXMLDevID):
      0c37f598
  4. 29 4月, 2008 7 次提交
  5. 28 4月, 2008 2 次提交
  6. 26 4月, 2008 2 次提交
  7. 25 4月, 2008 1 次提交
    • J
      avoid problems with sign-extended "char" operand to is* functions · 225ba3f0
      Jim Meyering 提交于
      * src/util.h (to_uchar): Define function.
      * src/nodeinfo.c (linuxNodeInfoCPUPopulate): Apply to_uchar to is* operand.
      * src/qemu_driver.c (qemudExtractMonitorPath): Likewise.
      * src/sexpr.c (_string2sexpr): Likewise.
      * src/stats_linux.c (xenLinuxDomainDeviceID): Likewise.
      * src/util.c (TOLOWER, __virMacAddrCompare, virParseMacAddr): Likewise.
      * src/virsh.c (cmdVcpupin, vshCommandGetToken): Likewise.
      225ba3f0
  8. 18 4月, 2008 2 次提交
    • J
      avoid compile error when <pthread.h> is absent · 2d206f1d
      Jim Meyering 提交于
      * src/internal.h (HAVE_PTHREAD_H): Test with "#ifdef", not "#if".
      2d206f1d
    • R
      Fixes for MinGW. · 8df91acf
      Richard W.M. Jones 提交于
      	* configure.in: Fix pkg-config detection of libxml2,
      	  add -lgcrypt to gnutls lib.
      	* src/Makefile.am: If compiling --without-libvirtd then
      	  don't compile any part of the storage driver.
      	* configure.in, src/hash.c, src/internal.h: Detect availability
      	  of pthread library and compile out mutex code if not available.
      	* src/storage_driver.c, src/util.c: Ignore some missing
      	  headers on MinGW.
      8df91acf
  9. 11 4月, 2008 3 次提交
  10. 10 4月, 2008 2 次提交
  11. 09 4月, 2008 2 次提交
  12. 08 4月, 2008 3 次提交
  13. 04 4月, 2008 4 次提交
  14. 03 4月, 2008 1 次提交
  15. 01 4月, 2008 1 次提交
  16. 31 3月, 2008 2 次提交
    • D
      remove dandling domain/net/conn pointers from error data · c7d7aa1c
      Daniel Veillard 提交于
      * src/hash.c src/internal.h src/virterror.c: remove dandling
        domain/net/conn pointers from error data when released.
      * src/lxc_driver.c: fix a NULL/0 return error mismatch
      Daniel
      c7d7aa1c
    • D
      linux countainers cleanup patches · 497f2520
      Daniel Veillard 提交于
      * src/lxc_conf.c src/lxc_conf.h: cleanup patch for the conf driver
        of linux countainers, reuse XPath helpers, make string fields dynamic
        and remove a memory leak.
      * src/lxc_driver.c: avoid some problems when the config directory is
        not accessible and for regression tests
      Daniel
      497f2520
  17. 29 3月, 2008 2 次提交
  18. 28 3月, 2008 1 次提交