1. 30 4月, 2008 1 次提交
    • 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
  2. 29 4月, 2008 7 次提交
  3. 28 4月, 2008 2 次提交
  4. 26 4月, 2008 2 次提交
  5. 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
  6. 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
  7. 11 4月, 2008 3 次提交
  8. 10 4月, 2008 2 次提交
  9. 09 4月, 2008 2 次提交
  10. 08 4月, 2008 3 次提交
  11. 04 4月, 2008 4 次提交
  12. 03 4月, 2008 1 次提交
  13. 01 4月, 2008 1 次提交
  14. 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
  15. 29 3月, 2008 2 次提交
  16. 28 3月, 2008 1 次提交
  17. 27 3月, 2008 4 次提交
    • J
      lxcError: mark a string and add to the list of nearly-checked functions · c5adab52
      Jim Meyering 提交于
      * Makefile.maint (msg_gen_function): Add, but commented-out.
      * src/lxc_conf.c (lxcParseXML): Mark a diagnostic for translation.
      c5adab52
    • J
      testError: mark most string arguments for translation · 76a70984
      Jim Meyering 提交于
      * Makefile.maint (msg_gen_function): Add testError
      * src/test.c (testDomainSave, testDomainRestore): Mark strings.
      (testDomainCoreDump): Likewise.
      76a70984
    • J
      openvzLog: mark its string arguments for translation · 7f863926
      Jim Meyering 提交于
      * Makefile.maint (msg_gen_function): Add openvzLog.
      * src/openvz_conf.c (openvzAssignVMDef, openvzParseXML): Mark strings.
      * src/openvz_driver.c (openvzDomainShutdown, openvzDomainReboot):
      (openvzDomainDefineXML, openvzDomainCreateLinux):
      (openvzDomainCreate, openvzDomainUndefine): Likewise.
      7f863926
    • J
      error: mark most string arguments for translation · 5bb81e1d
      Jim Meyering 提交于
      Also mark some arguments to __virRaiseError.
      * Makefile.maint (msg_gen_function): Add error.
      * po/POTFILES.in: Add src/openvz_conf.c and src/openvz_driver.c.
      * src/openvz_conf.c (openvzParseXML, openvzGetVPSInfo): Mark strings.
      * src/openvz_driver.c (openvzDomainLookupByID): Likewise.
      (openvzDomainLookupByUUID, openvzDomainLookupByName): Likewise.
      (openvzDomainGetInfo, openvzDomainShutdown, openvzDomainReboot)
      (openvzDomainCreate, openvzDomainUndefine): Likewise.
      * src/remote_internal.c (check_cert_file): Likewise.
      (negotiate_gnutls_on_connection, verify_certificate): Likewise.
      (remoteAuthenticate, addrToString, remoteAuthSASL): Likewise.
      (remoteAuthPolkit, call, really_read_buf): Likewise.
      5bb81e1d