1. 30 6月, 2006 1 次提交
  2. 26 6月, 2006 1 次提交
    • D
      * configure.in libvirt.spec.in docs/examples/* include/Makefile.am · b62cdc14
      Daniel Veillard 提交于
        include/libvirt/virterror.h python/generator.py python/libvir.c
        python/libvirt_wrap.h src/driver.h src/internal.h src/test.h
        src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h
        src/xml.c src/xml.h: moved the includes from include/ to
        include/libvirt to reflect the installed include tree. This
        avoid using "" in the includes themselves.
      Daniel
      b62cdc14
  3. 21 6月, 2006 1 次提交
  4. 16 6月, 2006 1 次提交
  5. 15 6月, 2006 2 次提交
  6. 14 6月, 2006 4 次提交
  7. 06 6月, 2006 1 次提交
  8. 30 5月, 2006 1 次提交
  9. 22 5月, 2006 1 次提交
  10. 29 4月, 2006 1 次提交
  11. 25 4月, 2006 1 次提交
  12. 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
  13. 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
  14. 05 4月, 2006 1 次提交
    • D
      * src/hash.c: tiny fix · 6bd95bf2
      Daniel Veillard 提交于
      * src/internal.h: starting to work on reentrancy
      * src/libvirt.c: applied patch from Jim Fehlig to fix
        virDomainLookupByID when run as root.
      Daniel
      6bd95bf2
  15. 03 4月, 2006 1 次提交
  16. 29 3月, 2006 1 次提交
    • D
      * include/libvirt.h[.in] include/virterror.h src/driver.h · 212eaea3
      Daniel Veillard 提交于
        src/internal.h src/libvirt_sym.version src/xen_internal.c
        src/xs_internal.c: added a new entry point to get node hardware
        informations virGetNodeInfo, and associated driver hook.
      * src/xend_internal.c: implemented the node and version information
        hooks for the Xen Daemon
      * python/libvir.c python/libvirt-python-api.xml python/generator.py:
        also added Python bindings for the new call
      Daniel
      212eaea3
  17. 28 3月, 2006 1 次提交
    • D
      * python/libvir.c: call the initialize entry point · 538686f9
      Daniel Veillard 提交于
      * src/libvirt_sym.version: add initialize entry point
      * src/libvirt.c: make sure we always initialize the lib
      * python/tests/*.py: start updating exemple for exception
        handling as pointed by Jim Meyering
      Daniel
      538686f9
  18. 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
  19. 23 3月, 2006 1 次提交
  20. 22 3月, 2006 1 次提交
  21. 21 3月, 2006 1 次提交
  22. 15 3月, 2006 1 次提交
  23. 28 2月, 2006 2 次提交
  24. 25 2月, 2006 1 次提交
  25. 23 2月, 2006 2 次提交
  26. 21 2月, 2006 2 次提交
    • D
      * src/libvirt.c src/xend_internal.c src/xend_internal.h: move the · 9a2ec00a
      Daniel Veillard 提交于
        XML dump function around to make sure all entry points are centralized
        in libvirt.c and also avoid doc generation troubles.
      * docs/examples/Makefile.am docs/examples/index.py: fix the makefile
        a bit.
      * TODO: updated
      * docs/format.html: added a description of the XML used for the
        domains.
      * docs//*: rebuilt
      Daniel
      9a2ec00a
    • D
      * TODO: updated · 14414187
      Daniel Veillard 提交于
      * include/libvirt.h include/libvirt.h.in: cleanup
      * src/libvirt.c: remove debugging output
      * src/xend_internal.c src/xml.c src/xml.h: reimplement
        virDomainGetXMLDesc() based on xend interface, now work as user too.
      Daniel
      14414187
  27. 17 2月, 2006 2 次提交
    • D
      * python/tests/create.py: trying to make test more generic, but it's · 82402982
      Daniel Veillard 提交于
        difficult since it requires a system image
      * src/libvirt.c src/xend_internal.c: fixed the shutdown API which
        was broken due to a bad reason at the xend level.
      Daniel
      82402982
    • D
      * configure.in src/Makefile.am: adding dependency to libxml2 · 77e8b6c6
      Daniel Veillard 提交于
      * include/libvirt.h* src/libvirt.c src/xend_internal.[ch]
        src/xml.[ch]: added XML parsing for Xen domain descriptions
        needed for creates, plugged in a converter to s-exp and
        xend call. Modified the virDomainCreateLinux() to reflect
        that XML based description. Seems to work.
      * python/tests/create.py: added a test case which seems to work
        not tested much yet
      * docs/*: regenerated
      Daniel
      77e8b6c6
  28. 10 2月, 2006 1 次提交
  29. 27 1月, 2006 1 次提交
  30. 25 1月, 2006 1 次提交
  31. 24 1月, 2006 2 次提交