1. 06 7月, 2007 1 次提交
    • R
      Fri Jul 6 15:54:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · b2637675
      Richard W.M. Jones 提交于
      	* include/libvirt/virterror.h, src/virterror.c, src/libvirt.c:
      	  Add VIR_ERR_NO_DOMAIN and VIR_ERR_NO_NETWORK errors, which
      	  indicate that there is no domain/network from vir*Lookup* functions.
      	* src/qemu_driver.c: Use VIR_ERR_NO_DOMAIN in lookup functions.
      	* src/test.c: Use VIR_ERR_NO_DOMAIN in lookup functions.
      b2637675
  2. 21 6月, 2007 1 次提交
    • R
      Wed Jun 20 18:23:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · e2df281e
      Richard W.M. Jones 提交于
      	* src/libvirt.c, src/qemu_internal.c, src/test.c,
      	  src/xen_unified.c, src/xend_internal.c,
      	  src/libvirt.c, include/libvirt/virterror.h:
      	  VIR_ERR_NO_SUPPORT means the function is not supported by
      	  the hypervisor.  VIR_ERR_NO_CONNECT means the connection
      	  failed.  VIR_ERR_CALL_FAILED is deprecated.  Drivers which
      	  decline a URI now no longer produce an error.  Make
      	  xen_unified.c ignore naked URI strings like "foo".
      e2df281e
  3. 07 6月, 2007 1 次提交
  4. 03 5月, 2007 1 次提交
  5. 18 4月, 2007 1 次提交
  6. 16 3月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h[.in] include/libvirt/virterror.h · 635ae389
      Daniel Veillard 提交于
        proxy/libvirt_proxy.c qemud/Makefile.am qemud/conf.c qemud/conf.h
        qemud/dispatch.c qemud/internal.h qemud/protocol.h
        src/driver.h src/internal.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/proxy_internal.h src/qemu_internal.c
        src/test.c src/virsh.c src/virterror.c src/xen_internal.c
        src/xen_internal.h src/xend_internal.c src/xm_internal.c
        src/xml.h src/xs_internal.c: applied patch from Richard Jones
        adding virConnectGetCapabilities(), plus various small little
        fixes
      * docs/*: fixed the api extractor script and regenerated
      Daniel
      635ae389
  7. 14 2月, 2007 3 次提交
    • M
      Tue Feb 14 15:37:17 EST 2007 Mark McLoughlin <markmc@redhat.com> · 8ce3203a
      Mark McLoughlin 提交于
              Note: potential ABI break here, but people should
              only really be using virError structs returned from
              libvirt itself.
      
              * include/libvirt/virterror.h: add virNetwork
              to virError
      
              * src/internal.h, src/virterror.c: add network param
              to __virRaiseError()
      
              * src/conf.c, src/hash.c, src/libvirt.c, src/proxy_internal.c,
              src/qemu_internal.c, src/sexpr.c, src/test.c, src/xen_internal.c,
              src/xend_internal.c, src/xm_internal.c, src/xml.c, src/xmlrpc.c,
              src/xs_internal.c: update.
      8ce3203a
    • M
      Tue Feb 14 15:33:05 EST 2007 Mark McLoughlin <markmc@redhat.com> · 5be54b40
      Mark McLoughlin 提交于
              * include/libvirt/libvirt.h.in: add the networks APIs
      
              * include/libvirt/virterror.h: add some error codes
      
              * src/driver.h: add network driver vtable
      
              * src/hash.c: add networks hash
      
              * src/internal.h: add virNetwork
      
              * src/libvirt.c: hook up the APIs to the network
              driver
      
              * src/libvirt_sym.version: add the new APIs
      
              * src/virterror.c: handle the new error codes
      5be54b40
    • D
      Added QEMU support · 23ad665c
      Daniel P. Berrange 提交于
      23ad665c
  8. 09 11月, 2006 1 次提交
  9. 21 9月, 2006 1 次提交
  10. 30 8月, 2006 1 次提交
    • D
      * TODO libvirt.spec.in: update · 3bbac7cd
      Daniel Veillard 提交于
      * configure.in include/libvirt/virterror.h src/Makefile.am
        src/conf.c src/conf.h src/virterror.c src/xen_internal.c:
        adding a subset of Xen config file parser, and serializer
      * tests/Makefile.am tests/conftest.c tests/test_conf.sh
        tests/confdata/Makefile.am tests/confdata/fc4.conf
        tests/confdata/fc4.out: adding test program for config in and out
      Daniel
      3bbac7cd
  11. 17 8月, 2006 1 次提交
  12. 28 7月, 2006 1 次提交
  13. 20 7月, 2006 1 次提交
  14. 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
  15. 10 5月, 2006 1 次提交
  16. 29 4月, 2006 1 次提交
  17. 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
  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. 25 3月, 2006 1 次提交
  20. 23 3月, 2006 1 次提交
  21. 15 3月, 2006 1 次提交
  22. 28 2月, 2006 4 次提交
  23. 25 2月, 2006 1 次提交