1. 21 1月, 2009 1 次提交
  2. 20 1月, 2009 2 次提交
  3. 09 1月, 2009 1 次提交
  4. 05 1月, 2009 3 次提交
    • J
      migrate linux-specific symbol names into their own sym file · b0119de8
      Jim Meyering 提交于
      * configure.in (WITH_LINUX): New automake conditional.
      * src/Makefile.am (PRIVSYMFILES) [WITH_LINUX]: Append libvirt_linux.syms.
      * src/libvirt_private.syms: Move two symbol names into...
      * src/libvirt_linux.syms: ...this new file.
      Author: John Levon
      b0119de8
    • J
      Move bridge symbols into a separate syms file · 83dfc25c
      Jim Meyering 提交于
      * configure.in: Provide a new --with-bridge option.
      * src/Makefile.am (PRIVSYMFILES) [WITH_BRIDGE]: Append libvirt_bridge.syms.
      * src/bridge.c: Test WITH_BRIDGE rather than particular drivers.
      * src/libvirt_private.syms: Move bridge-related symbols into...
      * src/libvirt_bridge.syms: ...this new file.
      Author: John Levon
      83dfc25c
    • J
      split version script into multiple files · ad17ffa0
      Jim Meyering 提交于
      * src/Makefile.am (PRIVSYMFILES): Define.
      (EXTRA_DIST): Append $(PRIVSYMFILES).
      (libvirt.syms): New rule.
      Reflect renaming: s/libvirt_sym.version/libvirt.syms/.
      (BUILT_SOURCES): Depend on libvirt.syms.
      * configure.in: Define ENABLE_DEBUG as an automake conditional.
      (AC_OUTPUT): Remove src/libvirt_sym.version.
      * src/.cvsignore: s/libvirt_sym.version/libvirt.syms/.
      * src/.gitignore: Regenerate.
      * src/libvirt_public.syms: Renamed from src/libvirt_sym.version.in.
      * src/libvirt_debug.syms: New file.
      * src/libvirt_private.syms: New file.
      Author: John Levon
      ad17ffa0
  5. 18 12月, 2008 2 次提交
  6. 05 12月, 2008 1 次提交
  7. 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
  8. 02 12月, 2008 1 次提交
  9. 28 11月, 2008 1 次提交
  10. 25 11月, 2008 3 次提交
  11. 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
  12. 21 11月, 2008 2 次提交
  13. 20 11月, 2008 1 次提交
  14. 17 11月, 2008 1 次提交
  15. 05 11月, 2008 2 次提交
  16. 24 10月, 2008 1 次提交
  17. 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
  18. 22 10月, 2008 1 次提交
  19. 21 10月, 2008 1 次提交
  20. 19 10月, 2008 1 次提交
  21. 16 10月, 2008 1 次提交
  22. 10 10月, 2008 2 次提交
  23. 24 9月, 2008 1 次提交
  24. 18 9月, 2008 1 次提交
  25. 17 9月, 2008 1 次提交
  26. 08 9月, 2008 1 次提交
  27. 05 9月, 2008 1 次提交
  28. 04 9月, 2008 1 次提交
  29. 28 8月, 2008 1 次提交
  30. 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
  31. 21 8月, 2008 1 次提交