1. 01 8月, 2008 1 次提交
  2. 25 7月, 2008 1 次提交
    • D
      Remove Xen centric comments, rebuild the docs · 01fd287b
      Daniel Veillard 提交于
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in:
        remove Xen centric comments patch from Guido Günther
      * docs/apibuild.py: ignore VIR_DEPRECATED
      * docs/libvirt-*.xml docs/html/libvirt-*.html: regenerated the
        documentation for the API
      Daniel
      01fd287b
  3. 28 4月, 2008 1 次提交
  4. 26 4月, 2008 1 次提交
  5. 24 4月, 2008 2 次提交
  6. 04 4月, 2008 2 次提交
    • D
      doc and localization updates · 3a50451e
      Daniel Veillard 提交于
      * docs//* po/*: regenerated the documentation and reextracted the
        full set of localization strings to push to the translation team.
      Daniel
      3a50451e
    • D
      typos fixes · a528e973
      Daniel Veillard 提交于
      * docs//* src/conf.c src/hash.c src/libvirt.c src/proxy_internal.c
       src/remote_internal.c src/virsh.c src/xen_internal.c
       src/xend_internal.c src/xml.c: applied patch from Atsushi SAKAI
       fixing a lot of typos
      Daniel
      a528e973
  7. 18 3月, 2008 1 次提交
  8. 17 3月, 2008 2 次提交
  9. 14 3月, 2008 1 次提交
  10. 03 3月, 2008 1 次提交
  11. 06 2月, 2008 1 次提交
  12. 21 1月, 2008 1 次提交
    • D
      Remove docs/API*.html · d3043afe
      Daniel Veillard 提交于
      * docs/API* docs/api.xsl docs/site.xsl docs/Makefile.am: remove the
        generation of the API*.html files as it's not really useful here
      Daniel
      d3043afe
  13. 27 11月, 2007 1 次提交
  14. 23 10月, 2007 1 次提交
  15. 01 10月, 2007 1 次提交
  16. 28 9月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h[.in] src/driver.h src/openvz_driver.c · 4bf3bc9e
      Daniel Veillard 提交于
        src/qemu_driver.c src/remote_internal.c src/test.c
        src/xen_internal.[ch] src/xen_unified.c src/xend_internal.[ch]
        src/libvirt.c src/libvirt_sym.version: adding NUMA support patches
        from Beth Kon adding new virNodeGetCellsFreeMemory entry point
        and extending the virConnectGetCapabilities one. Fix a couple of
        issues in the patch and add to exported symbols from shared lib.
      * docs/virsh.pod docs/virsh.1 src/virsh.c: added new command
        freecell to get the available memory on the node or in a NUMA cell.
      * docs/*: updated and regenerated the documentation
      Daniel
      4bf3bc9e
  17. 10 9月, 2007 1 次提交
  18. 21 8月, 2007 1 次提交
  19. 24 7月, 2007 1 次提交
  20. 09 7月, 2007 1 次提交
  21. 29 6月, 2007 1 次提交
  22. 26 6月, 2007 1 次提交
  23. 25 6月, 2007 1 次提交
  24. 07 6月, 2007 1 次提交
  25. 20 3月, 2007 1 次提交
  26. 23 11月, 2006 1 次提交
    • D
      * docs//*: regenerated · 66ab526b
      Daniel Veillard 提交于
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in src/driver.h
        src/libvirt.c src/proxy_internal.c src/test.c src/virsh.c
        src/xen_internal.c src/xend_internal.c src/xm_internal.c
        src/xs_internal.c: added support for dumping core of domains
        assuming a xend with the latest patch to do so.
      Daniel
      66ab526b
  27. 21 9月, 2006 1 次提交
  28. 17 8月, 2006 1 次提交
  29. 11 8月, 2006 1 次提交
  30. 14 6月, 2006 1 次提交
    • D
      * docs//*: rebuilt the documentation · 7efa1c11
      Daniel Veillard 提交于
      * src/driver.h src/libvirt.c src/test.c src/xen_internal.c
        src/xend_internal.c src/xs_internal.c: started to fix some of
        the driver related problem raised by Daniel Berrange, added a
        ver version field to drivers.
      Daniel
      7efa1c11
  31. 09 5月, 2006 1 次提交
  32. 26 4月, 2006 1 次提交
  33. 14 4月, 2006 1 次提交
    • D
      * include/libvirt.h include/libvirt.h.in doc/*: added new entry point · e0812360
      Daniel Veillard 提交于
        virDomainSetMemory to set up the target memory use for a domain
      * src/driver.h src/libvirt.c src/xen_internal.c src/xend_internal.[ch]
        src/xs_internal.[ch]: added a new entry point in the drivers for this,
        also fixed the xen store entry, as changing
        /local/domain/$$/memory/target affects the target memory not the max,
        apparently max is not visible at the xenstore level (or I missed it)
      Daniel
      e0812360
  34. 09 4月, 2006 1 次提交
    • D
      * TODO src/hash.[ch] src/internal.h src/libvirt.c src/xend_internal.c · 572806a9
      Daniel Veillard 提交于
        src/xs_internal.c: implementing domain pointers unification, thread
        safety and reference counting for domain and connections, this was
        the last critical change needed before making further progresses at
        the API level. Still a couple fo things TODO for this, unification
        at the Python level and adding UUID to hash. All domain/connect alloc
        and free routines are now centralized in hash.c
      * docs/APIchunk1.html docs/libvirt-api.xml docs/libvirt-refs.xml
        docs/html/libvirt-libvirt.html: regenerated the docs, that doesn't
        change the API.
      Daniel
      572806a9
  35. 03 4月, 2006 1 次提交
  36. 29 3月, 2006 1 次提交
  37. 27 3月, 2006 1 次提交
    • D
      * doc/*: updated module list and rebuilt · 4faeeb10
      Daniel Veillard 提交于
      * include/libvirt.h include/libvirt.h.in: added intialization function
      * include/virterror.h src/virterror.c: one more error code
      * src/internal.h: first part of Jim's format checking
      * src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]
        src/xs_internal.[ch]: initialization and registration of drivers
      Daniel
      4faeeb10