1. 04 12月, 2008 8 次提交
  2. 02 12月, 2008 4 次提交
  3. 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
  4. 28 11月, 2008 7 次提交
  5. 26 11月, 2008 1 次提交
  6. 25 11月, 2008 14 次提交
  7. 24 11月, 2008 3 次提交
    • G
      4b4a6d9d
    • J
      tests: new test: virsh-synopsis · 62bcd5d3
      Jim Meyering 提交于
      * tests/virsh-synopsis: new file
      * tests/Makefile.am (test_scripts): Add virsh-synopsis.
      * src/virsh.c: Correct help SYNOPSIS for each of seven commands.
      
      When I first ran this script, "make check" failed like this:
        ...
        invalid help SYNOPSIS for net-create:
            create a network from an XML <file>
        invalid help SYNOPSIS for net-define:
            define a network from an XML <file>
        invalid help SYNOPSIS for net-start:
            start <network>
        invalid help SYNOPSIS for pool-create:
            create a pool from an XML <file>
        invalid help SYNOPSIS for pool-define:
            define a pool from an XML <file>
        invalid help SYNOPSIS for pool-start:
            start <pool>
        invalid help SYNOPSIS for vol-create:
            create <file>
        FAIL: virsh-synopsis
      62bcd5d3
    • J
      tests: virsh-all: new script · 8275cc5e
      Jim Meyering 提交于
      * tests/virsh-all: New script.
      * tests/Makefile.am (test_scripts): Add virsh-all.
      8275cc5e