1. 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
  2. 22 12月, 2008 4 次提交
  3. 18 12月, 2008 5 次提交
  4. 12 12月, 2008 4 次提交
  5. 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
  6. 10 12月, 2008 1 次提交
  7. 08 12月, 2008 1 次提交
  8. 05 12月, 2008 6 次提交
  9. 02 12月, 2008 1 次提交
  10. 01 12月, 2008 1 次提交
    • 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
  11. 28 11月, 2008 1 次提交
  12. 21 11月, 2008 3 次提交
  13. 20 11月, 2008 3 次提交
  14. 19 11月, 2008 1 次提交
  15. 18 11月, 2008 1 次提交
  16. 17 11月, 2008 3 次提交
  17. 14 11月, 2008 1 次提交
    • D
      KVM/QEmu migration support · df285bdd
      Daniel Veillard 提交于
      * qemud/remote.c qemud/remote_dispatch_localvars.h
        qemud/remote_dispatch_proc_switch.h qemud/remote_dispatch_prototypes.h
        qemud/remote_protocol.c qemud/remote_protocol.h
        qemud/remote_protocol.x src/driver.h src/libvirt.c
        src/libvirt_internal.h src/libvirt_sym.version src/lxc_driver.c
        src/openvz_driver.c src/qemu_conf.h src/qemu_driver.c
        src/remote_internal.c src/test.c src/virsh.c: large patch to
        add migration support for KVM/QEmu, based on the work of Rich Jones
        and Chris Lalancette. This introduce a new version of the prepare
        and finish steps of the migration, so changes the driver API and
        a lot of code.
      Daniel
      df285bdd
  18. 05 11月, 2008 2 次提交