1. 24 11月, 2008 4 次提交
    • 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
    • J
      Move the expected output data from virshdata/*.txt into virshtest.c. · 5b5393f2
      Jim Meyering 提交于
      * tests/virshtest.c: Embed literal, expected output here, rather than
      using virshdata/*.txt file names.
      Factor out some common constructs.
      (testCompareOutputLit): New function.
      (testCompareOutput): #ifdef-out, not that it's unused.
      * tests/Makefile.am (SUBDIRS): Remove virshdata/ and all files in it.
      * docs/testnode.xml: Fix typo in a comment.
      * configure.in (AC_OUTPUT): Remove tests/virshdata/Makefile.
      5b5393f2
    • J
      * gnulib/tests/test-EOVERFLOW: Remove. · 4733f0a7
      Jim Meyering 提交于
      * gnulib/tests/.cvsignore: Add test-EOVERFLOW, then...
      Run "make sync-vcs-ignore-files" to Update .gitignore files.
      4733f0a7
  2. 21 11月, 2008 17 次提交
  3. 20 11月, 2008 4 次提交
  4. 19 11月, 2008 1 次提交
  5. 18 11月, 2008 3 次提交
  6. 17 11月, 2008 7 次提交
  7. 15 11月, 2008 1 次提交
  8. 14 11月, 2008 2 次提交
    • J
      avoid format string warnings · 94359e16
      Jim Meyering 提交于
      * src/openvz_driver.c (ADD_ARG_LIT): Add "%s" arg before _(...).
      * src/qemu_driver.c (PCI_ATTACH_OK_MSG): Likewise.
      * src/util.c (virExec, virRun): Likewise.
      94359e16
    • 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
  9. 13 11月, 2008 1 次提交