1. 08 11月, 2006 1 次提交
    • D
      * libvirt.spec.in: libvirt-devel depends on pkgconfig · d762148a
      Daniel Veillard 提交于
      * proxy/libvirt_proxy.c src/libvirt.c src/proxy_internal.[ch]
        src/xs_internal.[ch]: the virtGetOsType entry point was calling
        the xenstore directly instead of going though driver, refactored
        and implemented a specific new RPC with the proxy when this is
        called as non-root fixes rhbz#214264 .
      Daniel
      d762148a
  2. 21 9月, 2006 1 次提交
  3. 03 9月, 2006 1 次提交
  4. 30 8月, 2006 1 次提交
  5. 24 8月, 2006 1 次提交
  6. 09 8月, 2006 3 次提交
  7. 20 7月, 2006 1 次提交
  8. 21 6月, 2006 1 次提交
  9. 16 6月, 2006 1 次提交
  10. 15 6月, 2006 1 次提交
  11. 14 6月, 2006 2 次提交
  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. 03 4月, 2006 1 次提交
  15. 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
  16. 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
  17. 23 3月, 2006 1 次提交