1. 03 6月, 2009 1 次提交
  2. 21 5月, 2009 1 次提交
  3. 19 5月, 2009 1 次提交
  4. 11 5月, 2009 2 次提交
    • C
      Add pidfile argument to __virExec · a331653d
      Cole Robinson 提交于
      virExec will write out the pid of the daemonized process only. Use this
      in the QEMU driver, rather than QEMU's pidfile, so we can catch errors we
      might miss if the emulator bails early.
      a331653d
    • C
      Add helper function virExecDaemonize · 79d9d243
      Cole Robinson 提交于
      Wraps __virExec with the VIR_EXEC_DAEMON flag. Waits on the intermediate
      process to ensure we don't end up with any zombies, and differentiates between
      original process errors and intermediate process errors.
      79d9d243
  5. 31 3月, 2009 1 次提交
  6. 16 3月, 2009 2 次提交
  7. 03 3月, 2009 2 次提交
  8. 06 2月, 2009 2 次提交
    • J
      remove remainder of offending strerror uses · bafd7389
      Jim Meyering 提交于
      * qemud/qemud.c (GET_CONF_STR): Use virStrerror, not strerror.
      * qemud/remote.c (remoteDispatchDomainBlockPeek): Likewise.
      (remoteDispatchDomainMemoryPeek, remoteDispatchAuthSaslInit): Likewise.
      (remoteDispatchAuthPolkit): Likewise.
      * src/lxc_container.c (lxcContainerAvailable): Likewise.
      * src/network_driver.c (networkStartNetworkDaemon): Likewise.
      (networkShutdownNetworkDaemon): Likewise.
      * src/qemu_conf.c (qemudExtractVersion, qemudNetworkIfaceConnect):
      * src/storage_conf.c (virStoragePoolLoadAllConfigs): Likewise.
      * src/storage_driver.c (storagePoolUndefine): Likewise.
      * src/uml_driver.c (umlStartup, umlStartVMDaemon): Likewise.
      * src/util.c (virFileReadAll): Likewise.
      * src/uuid.c (virUUIDGenerate): Likewise.
      * src/xen_internal.c (get_cpu_flags): Likewise.
      bafd7389
    • J
      don't include raw errno in diagnostics · d22a844b
      Jim Meyering 提交于
      * src/uml_driver.c (umlStartVMDaemon): Don't print raw errno value.
      * qemud/remote.c (remoteDispatchAuthSaslInit): Likewise.
      d22a844b
  9. 30 1月, 2009 2 次提交
  10. 23 1月, 2009 1 次提交
  11. 21 1月, 2009 2 次提交
  12. 16 1月, 2009 1 次提交
  13. 08 1月, 2009 1 次提交
  14. 07 1月, 2009 1 次提交
  15. 23 12月, 2008 1 次提交
  16. 22 12月, 2008 1 次提交
  17. 18 12月, 2008 1 次提交
  18. 11 12月, 2008 1 次提交
    • J
      avoid format string warnings · 79892762
      Jim Meyering 提交于
      * src/openvz_conf.c (openvzGetNodeCPUs): Add "%s" arg before _(...).
      * src/uml_driver.c (umlDomainBlockPeek): Likewise.
      79892762
  19. 08 12月, 2008 1 次提交
  20. 05 12月, 2008 2 次提交
  21. 02 12月, 2008 1 次提交
  22. 01 12月, 2008 1 次提交
  23. 28 11月, 2008 2 次提交
  24. 21 11月, 2008 1 次提交
  25. 20 11月, 2008 1 次提交