1. 05 12月, 2008 1 次提交
  2. 04 12月, 2008 1 次提交
    • D
      release of 0.5.1 · a2232a5c
      Daniel Veillard 提交于
      * src/libvirt_sym.version.in configure.in NEWS docs/*: release
        of 0.5.1
      * po/*: updated and regenerated
      daniel
      a2232a5c
  3. 02 12月, 2008 1 次提交
  4. 28 11月, 2008 1 次提交
  5. 25 11月, 2008 3 次提交
  6. 24 11月, 2008 1 次提交
    • 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
  7. 21 11月, 2008 2 次提交
  8. 20 11月, 2008 1 次提交
  9. 17 11月, 2008 1 次提交
  10. 05 11月, 2008 2 次提交
  11. 24 10月, 2008 1 次提交
  12. 23 10月, 2008 1 次提交
    • D
      Massive patch adding event APIs by Ben Guthro · 1509b802
      Daniel Veillard 提交于
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in
        src/libvirt.c src/libvirt_sym.version: new libvirt event entry
        points, big patch provided by Ben Guthro
      * Makefile.am configure.in src/driver.h src/event.c src/event.h
        src/internal.h src/libvirt.c 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/storage_backend_fs.c src/test.c
        qemud/event.c qemud/event.h qemud/mdns.c qemud/qemud.c
        qemud/qemud.h 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 proxy/Makefile.am python/generator.py:
        Not much is left untouched by the patch adding the events support
      * docs/libvirt-api.xml docs/libvirt-refs.xml
        docs/html/libvirt-libvirt.html: regenerated the docs
      * examples/domain-events/events-c/Makefile.am
        examples/domain-events/events-c/event-test.c: a test example
      * AUTHORS: added Ben Guthro
      daniel
      1509b802
  13. 22 10月, 2008 1 次提交
  14. 21 10月, 2008 1 次提交
  15. 19 10月, 2008 1 次提交
  16. 16 10月, 2008 1 次提交
  17. 10 10月, 2008 2 次提交
  18. 24 9月, 2008 1 次提交
  19. 18 9月, 2008 1 次提交
  20. 17 9月, 2008 1 次提交
  21. 08 9月, 2008 1 次提交
  22. 05 9月, 2008 1 次提交
  23. 04 9月, 2008 1 次提交
  24. 28 8月, 2008 1 次提交
  25. 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
  26. 21 8月, 2008 1 次提交
  27. 20 8月, 2008 1 次提交
  28. 13 8月, 2008 1 次提交
  29. 29 7月, 2008 1 次提交
  30. 21 7月, 2008 1 次提交
  31. 25 6月, 2008 1 次提交
  32. 13 6月, 2008 1 次提交
  33. 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
  34. 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