1. 10 10月, 2008 1 次提交
    • R
      Updated MinGW spec file. · 0ae26314
      Richard W.M. Jones 提交于
      	* .cvsignore, Makefile.am, autobuild.sh, configure.in,
      	  mingw32-libvirt.spec.in: Import the latest MinGW libvirt spec
      	  file.  Note that the file has been renamed to conform to
      	  new Fedora packaging guidelines.
      	* autobuild.sh: Fix a bug in the generation of the $EXTRA_RELEASE
      	  field when autobuilding.
      0ae26314
  2. 24 9月, 2008 1 次提交
  3. 18 9月, 2008 1 次提交
  4. 17 9月, 2008 1 次提交
  5. 08 9月, 2008 1 次提交
  6. 05 9月, 2008 1 次提交
  7. 04 9月, 2008 1 次提交
  8. 28 8月, 2008 1 次提交
  9. 22 8月, 2008 1 次提交
    • J
      configure.in: link with -lpthread when necessary · 6c02ba05
      Jim Meyering 提交于
      * configure.in: Explicitly add -lpthread to $LIBS.
      With an empty "ACTION_IF_FOUND", AC_CHECK_LIB would have done
      that for us automatically, but when there is an explicit third
      argument, those commands are run instead of the default.
      Reported by Jun Koi <junkoi2004@gmail.com>.
      6c02ba05
  10. 21 8月, 2008 1 次提交
  11. 20 8月, 2008 1 次提交
  12. 13 8月, 2008 1 次提交
  13. 29 7月, 2008 1 次提交
  14. 21 7月, 2008 1 次提交
  15. 25 6月, 2008 1 次提交
  16. 13 6月, 2008 1 次提交
  17. 10 6月, 2008 2 次提交
    • D
      * configure.in: patch from Cole Robinson to reactivate storage · b0a3d680
      Daniel Veillard 提交于
        support
      Daniel
      b0a3d680
    • R
      virDomainMemoryPeek API · 6bcf2501
      Richard W.M. Jones 提交于
              * include/libvirt/libvirt.h.in, src/libvirt.c, src/driver.h,
                src/libvirt_sym.version: New virDomainMemoryPeek API.
              * qemud/remote.c, qemud/remote_protocol.x, src/remote_internal.c:
                Support for remote.
              * src/qemu_driver.c: QEMU driver implementation of API.
              * src/test.c: Test driver (null) implementation of API.
              * docs/hvsupport.html.in: Document API.
              * libvirt.spec.in: New path /var/cache/libvirt for temporary
                storage of memory images.
              * qemud/libvirtd.init.in: Remove any old temp files in
                /var/cache/libvirt on restarts.
              * src/Makefile.am: make install creates /var/cache/libvirt.
              * configure.in: Detect mkdir -p.
      6bcf2501
  18. 05 6月, 2008 1 次提交
    • R
      virDomainBlockPeek call · 8354895e
      Richard W.M. Jones 提交于
      	* configure.in: Document AC_SYS_LARGEFILE.
      	* docs/hvsupport.html.in: Document HV support for virDomainBlockPeek.
      	* include/libvirt/libvirt.h.in, src/driver.h, src/libvirt.c,
      	src/libvirt_sym.version: Add virDomainBlockPeek infrastructure.
      	* src/qemu_driver.c, src/test.c: Null versions of this call.
      	* src/xen_unified.c, src/xend_internal.c, src/xend_internal.h,
      	src/xm_internal.c, src/xm_internal.h: Xen implementation.
      	* tests/sexpr2xmldata/sexpr2xml-curmem.xml,
      	tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml: XML output
      	has been reordered slightly in the Xen driver, but should be
      	functionally the same.
      8354895e
  19. 30 5月, 2008 2 次提交
  20. 29 5月, 2008 1 次提交
  21. 23 5月, 2008 1 次提交
  22. 22 5月, 2008 4 次提交
  23. 06 5月, 2008 1 次提交
  24. 01 5月, 2008 1 次提交
  25. 30 4月, 2008 1 次提交
  26. 18 4月, 2008 1 次提交
    • R
      Fixes for MinGW. · 8df91acf
      Richard W.M. Jones 提交于
      	* configure.in: Fix pkg-config detection of libxml2,
      	  add -lgcrypt to gnutls lib.
      	* src/Makefile.am: If compiling --without-libvirtd then
      	  don't compile any part of the storage driver.
      	* configure.in, src/hash.c, src/internal.h: Detect availability
      	  of pthread library and compile out mutex code if not available.
      	* src/storage_driver.c, src/util.c: Ignore some missing
      	  headers on MinGW.
      8df91acf
  27. 09 4月, 2008 1 次提交
    • D
      0.4.2 release · 5b470f32
      Daniel Veillard 提交于
      * configure.in NEWS doc/* po/*: making libvirt-0.4.2 release
      daniel
      5b470f32
  28. 08 4月, 2008 1 次提交
  29. 31 3月, 2008 1 次提交
  30. 21 3月, 2008 1 次提交
    • D
      Initial Linux containers work · f1638952
      Daniel Veillard 提交于
      * configure.in include/libvirt/virterror.h src/Makefile.am
        src/driver.h src/lxc_conf.[ch] src/lxc_driver.[ch] src/virterror.c:
        Applied 3 patches from Dave Leskovec for intial support of
        Linux containers, configured off by default, work in progress.
      * src/libvirt.c: improve virDomainCreateLinux xmlDesc description
      Daniel
      f1638952
  31. 18 3月, 2008 1 次提交
  32. 11 3月, 2008 1 次提交
  33. 03 3月, 2008 1 次提交
    • D
      Release of 0.4.1 · 6a17c6c6
      Daniel Veillard 提交于
      * NEWS configure.in libvirt.spec.in docs/* include/libvirt/libvirt.h
        po/*: preparing release of libvirt-0.4.1
      Daniel
      6a17c6c6
  34. 29 2月, 2008 1 次提交
  35. 21 2月, 2008 1 次提交