1. 06 2月, 2009 2 次提交
  2. 31 1月, 2009 1 次提交
  3. 30 1月, 2009 1 次提交
  4. 29 1月, 2009 1 次提交
  5. 28 1月, 2009 1 次提交
  6. 23 1月, 2009 3 次提交
  7. 21 1月, 2009 3 次提交
  8. 16 1月, 2009 1 次提交
  9. 13 1月, 2009 4 次提交
    • J
      qemud.c: fix error in yesterday's change: s/X_OK/R_OK/ · 37abbb38
      Jim Meyering 提交于
      * qemud/qemud.c (main): Fix error s/X_OK/R_OK/ reported by
      Daniel Berrange.
      37abbb38
    • R
      Fix invocation of rpcgen. · e0a2770f
      Richard W.M. Jones 提交于
      	* qemud/Makefile.am: Fix invocation of rpcgen, and make sure
      	we run the right one.
      e0a2770f
    • J
      diagnose "libvirtd --config=no-such-file" · 6954d44e
      Jim Meyering 提交于
      * qemud/qemud.c (remoteReadConfigFile): Don't return 0 (success)
      when the config file is unreadable or nonexistent
      Return -1, not 0, upon virConfReadFile failure.
      (main): If remote_config_file is not specified via --config(-f),
      use the default config file only if it exists.  Otherwise,
      use /dev/null.
      * src/conf.c (virConfReadFile): Don't diagnose virFileReadAll
      failure, since it already does that.
      6954d44e
    • J
      fix non-srcdir build failure · 1c947488
      Jim Meyering 提交于
      * qemud/Makefile.am (check-local): Prefix use of test_libvirtd.aug
      with $(srcdir)/.  Add quotes around $(AUGPARSE), in case it expands
      to something unusual.
      1c947488
  10. 09 1月, 2009 1 次提交
  11. 08 1月, 2009 1 次提交
  12. 07 1月, 2009 1 次提交
  13. 06 1月, 2009 1 次提交
  14. 23 12月, 2008 1 次提交
    • D
      fix make check with the new logging support · b4962134
      Daniel Veillard 提交于
      * qemud/qemud.c qemud/test_libvirtd_qemu.aug tests/Makefile.am
        tests/daemon-conf: fix make check with the new logging support
        the messages now carry a timestamp which need to be removed,
        the daemon needs to exit if the log configuration informations
        are wrong and we also look at the LIBVIRT_DEBUG environment
        variable
      Daniel
      b4962134
  15. 22 12月, 2008 4 次提交
  16. 18 12月, 2008 5 次提交
  17. 12 12月, 2008 4 次提交
  18. 11 12月, 2008 1 次提交
    • J
      avoid a new "make distcheck" failure · bd0af108
      Jim Meyering 提交于
      Distribute the new file, libvirtd.logrotate.in, and make
      distclean remove the build product, libvirtd.logrotate.
      * qemud/Makefile.am (EXTRA_DIST): Add libvirtd.logrotate.in.
      (DISTCLEANFILES): Initialize, and append libvirtd.logrotate.in.
      bd0af108
  19. 10 12月, 2008 1 次提交
  20. 08 12月, 2008 1 次提交
  21. 05 12月, 2008 2 次提交