1. 30 4月, 2008 1 次提交
  2. 26 4月, 2008 1 次提交
  3. 11 4月, 2008 1 次提交
  4. 06 2月, 2008 2 次提交
  5. 30 1月, 2008 1 次提交
    • J
      Enable the <config.h>-requiring test; fix violations · a3781881
      Jim Meyering 提交于
      Use <config.h>, not "config.h", per autoconf documentation.
      * Makefile.cfg (local-checks-to-skip) [sc_require_config_h]: Enable.
      * .x-sc_require_config_h: New file, to list exempted files.
      * Makefile.am (EXTRA_DIST): Add .x-sc_require_config_h.
      a3781881
  6. 05 12月, 2007 1 次提交
    • R
      Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> · 4bfdb77a
      Richard W.M. Jones 提交于
              * python/libvir.c, python/libvirt_wrap.h, qemud/qemud.c,
              qemud/remote.c, src/internal.h, src/openvz_conf.c,
              src/openvz_driver.c, src/proxy_internal.h, src/qemu_conf.c,
              src/qemu_driver.c, src/remote_internal.h, src/test.h, src/util.c,
              src/xen_unified.c, src/xen_unified.h, tests/nodeinfotest.c,
              tests/qemuxml2argvtest.c, tests/qemuxml2xmltest.c, tests/reconnect.c,
              tests/sexpr2xmltest.c, tests/virshtest.c, tests/xencapstest.c,
              tests/xmconfigtest.c, tests/xml2sexprtest.c:
              Change #include <> to #include "" for local includes.
              Removed many includes from src/internal.h and put them in
              the C files which actually use them.
              Removed <ansidecl.h> - unused.
              Added a comment around __func__.
              Removed a clashing redefinition of VERSION symbol.
              All limits (PATH_MAX etc) now done in src/internal.h, so we
              don't need to include those headers in other files.
      4bfdb77a
  7. 01 12月, 2007 1 次提交
  8. 26 11月, 2007 1 次提交
  9. 20 11月, 2007 1 次提交
    • D
      * tests/sexpr2xmltest.c tests/xml2sexprtest.c: warn before exiting · ef4006b3
      Daniel Veillard 提交于
        if the path environment variable is missing, add the tests for
        <shareable/> from/to w! ode for disk
      * tests/sexpr2xmldata/sexpr2xml-disk-block-shareable.sexpr
        tests/sexpr2xmldata/sexpr2xml-disk-block-shareable.xml
        tests/xml2sexprdata/xml2sexpr-disk-block-shareable.sexpr
        tests/xml2sexprdata/xml2sexpr-disk-block-shareable.xml:
        the new tests data
      Daniel
      ef4006b3
  10. 14 11月, 2007 1 次提交
    • J
      Arrange for tests to pass in a non-srcdir build. · 5a6571eb
      Jim Meyering 提交于
      * tests/Makefile.am: Include the contents of the *data directories
      in the make-dist-built tarball by adding each of that *data
      directories to EXTRA_DIST.
      Also add int-overflow (via $(test_scripts)) to EXTRA_DIST.
      * tests/nodeinfotest.c: Prepend "$abs_top_srcdir/tests" to
      each input file name.
      * tests/qemuxml2argvtest.c: Likewise.
      * tests/qemuxml2xmltest.c: Likewise.
      * tests/sexpr2xmltest.c: Likewise.
      * tests/test_conf.sh: Likewise.
      * tests/virshtest.c: Likewise.
      * tests/xencapstest.c: Likewise.
      * tests/xmconfigtest.c: Likewise.
      * tests/xml2sexprtest.c: Likewise.
      
      
      Author: Jim Meyering <meyering@redhat.com>
      5a6571eb
  11. 19 7月, 2007 2 次提交
  12. 17 7月, 2007 1 次提交
  13. 07 6月, 2007 1 次提交
    • D
      * src/xend_internal.c src/xm_internal.c src/xml.c: add support · a80faa4b
      Daniel Veillard 提交于
        for arguments to bootloader, patch from Hugh Brock
      * tests/sexpr2xmltest.c tests/xml2sexprtest.c
        tests/sexpr2xmldata/sexpr2xml-pv-bootloader.sexpr
        tests/sexpr2xmldata/sexpr2xml-pv-bootloader.xml
        tests/xml2sexprdata/xml2sexpr-pv-bootloader.sexpr
        tests/xml2sexprdata/xml2sexpr-pv-bootloader.xml: add specific
        regression tests
      Daniel
      a80faa4b
  14. 12 4月, 2007 1 次提交
    • D
      * src/xend_internal.c src/xml.c: applied patch from Nobuhiro Itou · 1ec25df2
      Daniel Veillard 提交于
        to handle CDRom devices with no device name
      * tests/sexpr2xmltest.c tests/xml2sexprtest.c
        tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.sexpr
        tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml
        tests/xml2sexprdata/xml2sexpr-no-source-cdrom.sexpr
        tests/xml2sexprdata/xml2sexpr-no-source-cdrom.xml: added regression
        tests for this case based on Nobuhiro Itou test inputs.
      Daniel
      1ec25df2
  15. 15 2月, 2007 1 次提交
    • M
      Tue Feb 14 16:14:32 IST 2007 Mark McLoughlin <markmc@redhat.com> · d4a9a0d6
      Mark McLoughlin 提交于
              * src/xend_internal.c, src/xm_internal.c: pass the
              connection to virDomainParseXMLDesc()
      
              * src/xml.[ch]: make virDomainParseXMLDesc accept
              a virConnectPtr so that we can use it later to
              lookup the bridge associated with a network
      
              * tests/xml2sexprtest.c: just pass NULL here, it's
              safe
      d4a9a0d6
  16. 13 12月, 2006 1 次提交
  17. 15 11月, 2006 1 次提交
  18. 10 11月, 2006 1 次提交
    • D
      * src/xend_internal.c src/xml.c: add an extra element currentMemory · 28a60cbc
      Daniel Veillard 提交于
        to the XML description and handle its serialization back and
        forth between XML and S-Expr
      * tests/sexpr2xmltest.c tests/xml2sexprtest.c
        tests/sexpr2xmldata/sexpr2xml-curmem.*
        tests/xml2sexprdata/xml2sexpr-curmem.*: added specific regression
        tests for this, this didn't disturb any of the other tests.
      Daniel
      28a60cbc
  19. 09 10月, 2006 1 次提交
  20. 06 10月, 2006 1 次提交
  21. 14 9月, 2006 1 次提交
  22. 12 9月, 2006 2 次提交
  23. 24 8月, 2006 1 次提交