1. 20 8月, 2008 8 次提交
  2. 18 8月, 2008 1 次提交
  3. 15 8月, 2008 2 次提交
  4. 14 8月, 2008 1 次提交
  5. 13 8月, 2008 6 次提交
  6. 12 8月, 2008 7 次提交
  7. 11 8月, 2008 1 次提交
    • J
      tests: append a newline to expected-output files lacking NL-at-EOF · efb8492b
      Jim Meyering 提交于
      * tests/qemuxml2argvtest.c (testCompareXMLToArgvFiles): Adjust the
      code that creates "actual" output, so that it too produces a
      newline-terminated buffer.
      * tests/qemuxml2argvdata/*.args: Append a newline to each, via:
      for i in $(find|grep '\.args$'); do echo >> $i;done
      efb8492b
  8. 08 8月, 2008 5 次提交
    • D
      Fix const-correctness of virRUn and virExec · b3728d7d
      Daniel P. Berrange 提交于
      b3728d7d
    • D
      llow to add a disk as an USB device (QEmu/KVM) · 5ba37230
      Daniel Veillard 提交于
      * src/domain_conf.c src/domain_conf.h src/qemu_conf.c
        src/qemu_driver.c: patch from Guido Günther allowing to add
        disk as USB devices
      * docs/libvirt.rng: extend the schemas for the new value
      * tests/qemuxml2argvdata/qemuxml2argv-disk-usb.args
        tests/qemuxml2argvdata/qemuxml2argv-disk-usb.xml
        tests/qemuxml2argvtest.c tests/qemuxml2xmltest.c: add a specific
        test to the regression suite
      Daniel
      5ba37230
    • D
      Extend parser and add support for USB devices in QEmu/KVM · d1710d35
      Daniel Veillard 提交于
      * src/domain_conf.c src/domain_conf.h src/qemu_conf.c
        src/qemu_driver.c: Patch from Guido Günther allowing to pass
        usb devices to qemu/kvm
      * docs/libvirt.rng: add the new functionality to the grammar
      * tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.args
        tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml
        tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.args
        tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml
        tests/qemuxml2argvtest.c tests/qemuxml2xmltest.c: adding examples
        to the regression tests
      * libvirt.spec.in: fix the licence tag
      Daniel
      d1710d35
    • A
      fix typos in docs · c11e64ef
      Atsushi SAKAI 提交于
      docs/formatdomain.html docs/formatdomain.html.in docs/java.html docs/java.html.in
      c11e64ef
    • D
      * tests/domainschematest: patch from Guido Günther to fix RNG checking · f61ac900
      Daniel Veillard 提交于
        in out of tree builds.
      daniel
      f61ac900
  9. 07 8月, 2008 5 次提交
    • D
      Fix device name clash in src/veth.c · e94c1245
      Dan Smith 提交于
      e94c1245
    • J
      add the mkstemp module from gnulib · 7846f71f
      Jim Meyering 提交于
      * bootstrap (modules): Add mkstemp.
      The remainder of these changes are the result of running
      ./bootstrap, adding new files, and committing the result.
      * gnulib/lib/gettimeofday.c: New file.
      * gnulib/lib/mkstemp.c: New file.
      * gnulib/lib/tempname.c: New file.
      * gnulib/lib/tempname.h: New file.
      * gnulib/m4/gettimeofday.m4: New file.
      * gnulib/m4/mkstemp.m4: New file.
      * gnulib/m4/tempname.m4: New file.
      * gnulib/tests/test-gettimeofday.c: New file.
      * gnulib/lib/Makefile.am: Update.
      * gnulib/m4/gnulib-cache.m4: Likewise.
      * gnulib/m4/gnulib-comp.m4: Likewise.
      * gnulib/m4/inet_pton.m4: Likewise.
      * gnulib/tests/Makefile.am: Likewise.
      7846f71f
    • D
      * src/bridge.c: fix a build failure on RHEL4 · 2194f1c9
      Daniel Veillard 提交于
      Daniel
      2194f1c9
    • J
      update from gnulib · 57f15f77
      Jim Meyering 提交于
      * build-aux/mktempd (rand_bytes, mktempd):
      * build-aux/useless-if-before-free (FILE):
      * build-aux/vc-list-files:
      * gnulib/lib/.cvsignore:
      * gnulib/lib/Makefile.am:
      * gnulib/lib/poll.c (poll):
      * gnulib/lib/stdbool.in.h (_GL_STDBOOL_H, true):
      * gnulib/lib/stdio-impl.h (fp_, fp_ub):
      * gnulib/lib/stdio.in.h (vasprintf, obstack_printf)
      (obstack_vprintf):
      * gnulib/lib/vasnprintf.c (_GNU_SOURCE, sprintf, IF_LINT, exp)
      (remainder, scale10_round_decimal_long_double)
      (scale10_round_decimal_double, pad_ourselves):
      * gnulib/m4/gnulib-cache.m4:
      * gnulib/m4/gnulib-common.m4 (gl_MODULE_INDICATOR):
      * gnulib/m4/gnulib-tool.m4 (gl_LOCAL_DIR, gl_M4_BASE, gl_PO_BASE)
      (gl_DOC_BASE, gl_TESTS_BASE, gl_WITH_TESTS, gl_LIB, gl_LGPL)
      (gl_MAKEFILE_NAME, gl_MACRO_PREFIX, gl_PO_DOMAIN, gl_VC_FILES):
      * gnulib/m4/lock.m4 (gl_LOCK_EARLY_BODY, gl_PREREQ_LOCK)
      (gl_DISABLE_THREADS):
      * gnulib/m4/onceonly.m4:
      * gnulib/m4/posix-shell.m4 (gl_POSIX_SHELL):
      * gnulib/m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS):
      * gnulib/tests/test-getaddrinfo.c (ENABLE_DEBUGGING, dbgprintf)
      (simple):
      * gnulib/tests/test-stdint.c (UINTMAX_MAX, or):
      * gnulib/tests/test-vc-list-files-cvs.sh (compare):
      * gnulib/tests/test-vc-list-files-git.sh (compare):
      57f15f77
    • J
      complete the MinGW inet_pton portability fix · 34afcb5b
      Jim Meyering 提交于
      * gnulib/m4/inet_pton.m4: New file.  Required for MinGW.
      * gnulib/m4/gnulib-comp.m4: Regenerate via gnulib-tool.
      34afcb5b
  10. 06 8月, 2008 4 次提交