1. 05 12月, 2008 20 次提交
  2. 04 12月, 2008 8 次提交
  3. 02 12月, 2008 4 次提交
  4. 01 12月, 2008 3 次提交
    • J
      tests: daemon-conf: accommodate numeric-valued config params · fb23f4f4
      Jim Meyering 提交于
      This test would hang when failing to perturb the soon-to-be-
      added numeric (and non-boolean) valued parameters, max_clients,
      max_workers, min_workers.
      * tests/daemon-conf: Require that all commented-out settings
      in libvirtd.conf have the same form.  Before, two parameters
      were not being tested, since a space had snuck between the
      leading "#" and the "param = value" parts.
      Apply each RHS-value-perturbing transformation
      separately, not in series.
      Let VERBOSE=yes turn on debugging.
      Be more verbose by default, since this is a relatively
      long-running test.
      * qemud/libvirtd.conf: Normalize the spacing around each setting
      that is to be perturbed by tests/daemon-conf.
      fb23f4f4
    • J
      uml: don't free an uninitialized variable · 0e9349a2
      Jim Meyering 提交于
      * src/uml_driver.c (umlDomainShutdown): Initialize "info".
      Patch and bug report from Ron Yorston <rmy@tigress.co.uk>.
      0e9349a2
    • D
      Close directory handle when done · 937c1e9e
      Daniel P. Berrange 提交于
      937c1e9e
  5. 28 11月, 2008 5 次提交