1. 27 6月, 2007 1 次提交
  2. 26 6月, 2007 1 次提交
  3. 25 6月, 2007 2 次提交
    • R
      Mon Jun 25 16:55:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · aa053ba2
      Richard W.M. Jones 提交于
      	* include/libvirt/libvirt.h.in, src/libvirt.c, src/libvirt_sym.version,
      	  python/generator.py: Added virDomainGetConnect and
      	  virNetworkGetConnect to allow us to get the "hidden"
      	  connection associated with each domain or network.
      aa053ba2
    • R
      Mon Jun 25 09:19:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 56cd4140
      Richard W.M. Jones 提交于
      	* qemud/remote.c, src/remote_internal.c: Fix virDomainGetVcpus
      	  in the remote case.
      	* src/libvirt.c: Allow virConnectListDomains,
      	  virConnectListDefinedDomains, virConnectListNetworks and
      	  virConnectListDefinedNetworks to work in the case where
      	  they are called with maxids/maxnames == 0.
      	* src/remote_internal.c: Fix virDomainGetMaxVcpus in remote
      	  case so that it copies sufficient data.
      	* src/xen_unified.c: Remove autostart functions.
      56cd4140
  4. 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
  5. 20 6月, 2007 1 次提交
  6. 11 6月, 2007 1 次提交
  7. 07 6月, 2007 1 次提交
  8. 05 6月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in · 652f3bb1
      Daniel Veillard 提交于
        src/driver.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/qemu_internal.c src/test.c
        src/virsh.c src/xen_internal.c src/xen_internal.h src/xen_unified.c
        src/xend_internal.c src/xm_internal.c src/xs_internal.c:
        Applied patches from Atsushi SAKAI to add the scheduler API,
        with patch from Rich Jones for error handing, and a number
        of cleanups and more error checking from me
      Daniel
      652f3bb1
  9. 29 5月, 2007 1 次提交
  10. 03 5月, 2007 1 次提交
  11. 01 5月, 2007 2 次提交
  12. 18 4月, 2007 1 次提交
  13. 12 4月, 2007 1 次提交
  14. 04 4月, 2007 1 次提交
  15. 23 3月, 2007 1 次提交
  16. 19 3月, 2007 1 次提交
  17. 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
  18. 15 3月, 2007 1 次提交
    • D
      * configure.in proxy/Makefile.am proxy/libvirt_proxy.c · 181ce1fd
      Daniel Veillard 提交于
        src/Makefile.am src/libvirt.c src/qemu_internal.c src/test.c
        src/xen_internal.c src/xen_internal.h src/xend_internal.c
        src/xm_internal.c src/xml.c src/xs_internal.c
        tests/Makefile.am tests/sexpr2xmltest.c tests/xmconfigtest.c:
        allow selective compilation of Xen,QEmu/KVM and test support
        in or out at configure time. Also allows to compile on a system
        without Xen development installed. All drivers are selected by
        default.
      Daniel
      181ce1fd
  19. 08 3月, 2007 2 次提交
    • D
      Refactored driver reg to avoid type-punning · f30b84f9
      Daniel P. Berrange 提交于
      f30b84f9
    • D
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in · b412cfad
      Daniel Veillard 提交于
        src/driver.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/qemu_internal.c src/test.c src/virsh.c
        src/xen_internal.c src/xen_internal.h src/xend_internal.c
        src/xm_internal.c src/xs_internal.c: applied patch from
        Masayuki Sunou to add and entry point to check the maximum
        number of virtual CPU supported by a virtualization mechanism
      * doc/*.html doc/libvirt-*.xml: regenerated the interfaces descriptions
        and associated docs.
      Daniel
      b412cfad
  20. 07 3月, 2007 1 次提交
  21. 23 2月, 2007 1 次提交
    • M
      Fri Feb 23 08:49:12 IST 2007 Mark McLoughlin <markmc@redhat.com> · 57a18198
      Mark McLoughlin 提交于
              * include/libvirt/libvirt.h.in, src/libvirt.c add
              virDomainGetAutostart(), virDomainSetAutostart(),
              virNetworkGetAutostart() and virNetworkSetAutostart().
      
              * src/libvirt_sym.version: export the API
      
              * src/driver.h: add methods to the driver vtables.
      
              * src/proxy_internal.c, src/qemu_internal.c,
                src/test.c, src/xen_internal.c, src/xend_internal.c,
                src/xm_internal.c, src/xs_internal.c: set those
              methods to NULL
      57a18198
  22. 15 2月, 2007 1 次提交
    • M
      Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> · 8356c43e
      Mark McLoughlin 提交于
              * include/libvirt/libvirt.h.in, src/libvirt.c: add
              virNetworkGetBridgeName() to allow finding out what
              bridge to connect to in order to join a network.
      
              * src/driver.h: add networkGetBridgeName() to vtable.
      
              * qemud/protocol.h: add the request and reply to
              the qemud protocol.
      
              * qemud/dispatch.c, qemud/driver.[ch]: handle them
              here.
      
              * src/qemu_internal.c: implement GetBridgeName()
              in the qemu driver.
      
              * src/libvirt_sym.version: add new symbol.
      8356c43e
  23. 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
  24. 23 1月, 2007 2 次提交
    • M
      Mon Jan 23 14:36:18 IST 2007 Mark McLoughlin <markmc@redhat.com> · 6d153563
      Mark McLoughlin 提交于
              * include/libvirt/libvirt.h.in: add VIR_UUID_BUFLEN and
              VIR_UUID_STRING_BUFLEN
      
              * libvirt/proxy/libvirt_proxy.c, libvirt/src/hash.c,
              libvirt/src/internal.h, libvirt/src/libvirt.c,
              libvirt/src/proxy_internal.c, libvirt/src/test.c,
              libvirt/src/virsh.c, libvirt/src/xend_internal.c,
              libvirt/src/xm_internal.c, libvirt/src/xml.c,
              libvirt/python/libvir.c: use them
      6d153563
    • M
      Mon Jan 22 16:23:52 IST 2007 Mark McLoughlin <markmc@redhat.com> · e9371d1a
      Mark McLoughlin 提交于
      	* src/internal.h: virDomain.handle refers to the "id"
      	in the API, so re-name to virDomain.id to avoid
      	confusion.
      
      	* src/hash.c, src/libvirt.c, src/proxy_internal.c, src/test.c,
      	src/xen_internal.c, src/xend_internal.c, src/xm_internal.c,
      	src/xml.c, src/xs_internal.c: update for rename.
      e9371d1a
  25. 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
  26. 17 11月, 2006 2 次提交
  27. 08 11月, 2006 2 次提交
  28. 21 9月, 2006 1 次提交
  29. 30 8月, 2006 1 次提交
  30. 17 8月, 2006 2 次提交
  31. 11 8月, 2006 1 次提交