1. 03 9月, 2009 1 次提交
    • D
      Fix misc OOM bugs · 8eacfd4c
      Daniel P. Berrange 提交于
      * tests/testutils.c: Run test function twice, once to prime it for
        static allocations, once to count the non-static allocations.
      * tests/testutilsqemu.c: Initialize variable correctl
      * src/capabilities.c: Don't free machines variable upon failure
        since caller must do that
      * src/xm_internal.c: Add missing check for OOM in building VIF
        config param
      8eacfd4c
  2. 08 7月, 2009 1 次提交
  3. 29 5月, 2009 1 次提交
  4. 21 5月, 2009 1 次提交
  5. 01 4月, 2009 1 次提交
  6. 03 2月, 2009 1 次提交
    • J
      tests: diagnose more open failures · d26c3387
      Jim Meyering 提交于
      * tests/qemuxml2argvtest.c: Revert the change,
      "tests: diagnose open failure" of 2009-01-30.
      * tests/testutils.c (virtTestLoadFile): Diagnose failure here.
      d26c3387
  7. 29 1月, 2009 1 次提交
  8. 18 12月, 2008 1 次提交
  9. 12 12月, 2008 1 次提交
    • J
      remove cvs $Id$ strings · 9c5470d2
      Jim Meyering 提交于
      * po/id.po: Likewise.
      * qemud/remote_generate_stubs.pl: Likewise.
      * src/virsh.c: Likewise.
      * tests/testutils.c: Likewise.
      * tests/testutils.h: Likewise.
      * RENAMES: Likewise.
      9c5470d2
  10. 21 11月, 2008 1 次提交
  11. 09 7月, 2008 1 次提交
  12. 07 7月, 2008 2 次提交
  13. 26 6月, 2008 1 次提交
  14. 12 6月, 2008 1 次提交
  15. 30 5月, 2008 2 次提交
  16. 29 5月, 2008 1 次提交
  17. 30 4月, 2008 1 次提交
  18. 18 4月, 2008 1 次提交
  19. 11 4月, 2008 1 次提交
  20. 30 1月, 2008 2 次提交
    • J
      Enable the <config.h>-requiring test; fix violations · a3781881
      Jim Meyering 提交于
      Use <config.h>, not "config.h", per autoconf documentation.
      * Makefile.cfg (local-checks-to-skip) [sc_require_config_h]: Enable.
      * .x-sc_require_config_h: New file, to list exempted files.
      * Makefile.am (EXTRA_DIST): Add .x-sc_require_config_h.
      a3781881
    • J
      Given code like if (foo) free (foo); remove the useless "if (foo) " part. · acff2d11
      Jim Meyering 提交于
      Likewise, given if (foo != NULL) free (foo); remove the useless "if" test.
      
      * proxy/libvirt_proxy.c: Remove unnecessary "if" test before free.
      * python/generator.py: Likewise.
      * qemud/qemud.c: Likewise.
      * src/buf.c: Likewise.
      * src/conf.c: Likewise.
      * src/hash.c: Likewise.
      * src/iptables.c: Likewise.
      * src/libvirt.c: Likewise.
      * src/openvz_conf.c: Likewise.
      * src/qemu_conf.c: Likewise.
      * src/qemu_driver.c: Likewise.
      * src/remote_internal.c: Likewise.
      * src/test.c: Likewise.
      * src/virsh.c: Likewise.
      * src/virterror.c: Likewise.
      * src/xen_internal.c: Likewise.
      * src/xen_unified.c: Likewise.
      * src/xend_internal.c: Likewise.
      * src/xm_internal.c: Likewise.
      * src/xml.c: Likewise.
      * src/xmlrpc.c: Likewise.
      * src/xs_internal.c: Likewise.
      * tests/testutils.c: Likewise.
      * tests/xencapstest.c: Likewise.
      * tests/xmconfigtest.c: Likewise.
      acff2d11
  21. 07 12月, 2007 1 次提交
    • J
      Include "config.h" in remaining non-generated files. · 4a2f8fc6
      Jim Meyering 提交于
      * proxy/libvirt_proxy.c: Likewise.
      * python/libvir.c: Likewise.
      * python/types.c: Likewise.
      * src/event.c: Likewise.
      * src/xm_internal.c: Likewise.
      * tests/reconnect.c: Likewise.
      * tests/testutils.c: Likewise.
      4a2f8fc6
  22. 19 7月, 2007 1 次提交
  23. 15 6月, 2007 1 次提交
  24. 20 1月, 2007 1 次提交
  25. 25 8月, 2006 1 次提交
  26. 24 8月, 2006 1 次提交
  27. 22 5月, 2006 1 次提交
  28. 09 5月, 2006 1 次提交